{
  "name": "Night web application",
  "short_name": "Night",
  "id": "./",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#03173d",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "icon.png",
      "type": "image/png",
      "sizes": "192x192"
    }
  ]
}
