{
  "name": "GT7 Shop - Car Wishlist Tracker",
  "short_name": "GT7 Shop",
  "description": "Track your Gran Turismo 7 car wishlist with real-time dealership notifications",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#e94560",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/gt.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/gt.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Wishlist",
      "short_name": "Wishlist",
      "description": "View your car wishlist",
      "url": "/index.html#wishlist",
      "icons": [
        {
          "src": "/gt.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
