{
  "name": "Murder Mystery For 2",
  "short_name": "MM2",
  "description": "Two-player detective game. Each side sees different evidence — only together can you catch the killer.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#060504",
  "theme_color": "#C8A84A",
  "lang": "en",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "/og-default.svg",
      "sizes": "1200x630",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Two-player detective game with asymmetric evidence"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Case",
      "url": "/",
      "description": "Play today's mystery"
    },
    {
      "name": "How to Play",
      "url": "/how-to-play",
      "description": "Learn the game in 5 minutes"
    }
  ]
}
