{
  "name": "ARKANA — Game Asset Hub",
  "short_name": "ARKANA",
  "description": "Every Game. Every Item. Every Secret. Community-powered game asset knowledge base.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0E1A",
  "theme_color": "#6E54E0",
  "orientation": "portrait-primary",
  "categories": ["games", "entertainment", "reference"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Assets",
      "short_name": "Search",
      "description": "Search across all game assets",
      "url": "/search",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Games",
      "short_name": "Games",
      "description": "Browse all games",
      "url": "/games",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Catalog",
      "short_name": "Catalog",
      "description": "View your personal catalog",
      "url": "/catalog",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/api/og?title=Every+Game.+Every+Item.&subtitle=Community-powered+game+knowledge",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}
