{
  "name": "Detective — A Puzzle of Clues",
  "short_name": "Detective",
  "description": "A dark, atmospheric portrait puzzle game.",
  "id": "/",
  "start_url": "../index.html",
  "scope": "../",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#06080c",
  "theme_color": "#0a0e14",
  "categories": ["games", "puzzle"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
