{
  "name": "EmberQuester — Discover Your Next Favorite Game",
  "short_name": "EmberQuester",
  "description": "Curated game discovery with editorial picks, mood-based browsing, and honest reviews. Find your next great game and buy direct from Steam, Epic, or GOG.",
  "start_url": "./",
  "scope": "./",
  "id": "/?source=pwa",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f0906",
  "theme_color": "#d4692a",
  "categories": ["games", "entertainment"],
  "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"
    }
  ]
}