{
  "id": "com.lifeofkevin",
  "name": "The Life of Kevin",
  "short_name": "Life of Kevin",
  "description": "A multiplayer browser visual novel. Play as Kevin West, a 40-year-old US expat starting over in Amsterdam.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#07070d",
  "theme_color": "#07070d",
  "categories": ["games", "entertainment"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://lifeofkevin.com/manifest.json"
    }
  ],
  "scope_extensions": [
    { "origin": "https://lifeofkevin.com" }
  ],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.jpg",
      "sizes": "1672x941",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "The Life of Kevin — Title Screen"
    },
    {
      "src": "/screenshot-narrow.jpg",
      "sizes": "530x942",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "The Life of Kevin — Characters"
    }
  ]
}
