
{
  "name": "Game Street Comics",
  "short_name": "GameStreet",
  "description": "Your Ultimate Gaming & Comics Destination. Play free games, compete in tournaments, and shop collectibles.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#1a1a1a",
  "orientation": "portrait-primary",
  "categories": ["games", "entertainment", "shopping"],
  "icons": [
    {
      "src": "/vite.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/vite.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Games",
      "short_name": "Games",
      "description": "Play free online games",
      "url": "/games",
      "icons": [{ "src": "/vite.svg", "sizes": "192x192" }]
    },
    {
      "name": "Shop",
      "short_name": "Shop",
      "description": "Browse collectibles and comics",
      "url": "/shop",
      "icons": [{ "src": "/vite.svg", "sizes": "192x192" }]
    }
  ]
}
