{
  "name": "Valhall Murder Mystery",
  "short_name": "Valhall MM",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "portrait",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "scope": "./",
  "start_url": "./",
  "related_applications": [
  {
  	"platform": "webapp",
    "url": "https://andreasrovik.com/manifest.webmanifest",
    "id": "https://andreasrovik.com"
   },
	{
  	"platform": "webapp",
    "url": "./manifest.webmanifest",
    "id": "./"
   }
],
  "icons": [
    {
      "src": "icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
