{
  "name": "Default application name",
  "short_name": "WebApp",
  "theme_color": "#2196f3",
  "background_color": "#2196f3",
  "icons": [
    {
      "src": "/static/images/icons-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/static/images/icons-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "display": "standalone",
  "scope": "/",
  "start_url": "/"
}
