{
  "name": "iPhone Stock Checker - Real-Time Availability Tracker",
  "short_name": "iPhone Stock",
  "description": "Check real-time iPhone availability at Apple Stores near you",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon_io/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon_io/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon_io/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["utilities", "shopping", "productivity"],
  "shortcuts": [
    {
      "name": "Check iPhone Stock",
      "short_name": "Check Stock",
      "description": "Quickly check iPhone availability",
      "url": "/",
      "icons": [{ "src": "/favicon_io/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
}

