{
  "name": "TasteDrop - Restaurant Specials & Deals",
  "short_name": "TasteDrop",
  "description": "Find the best restaurant specials and deals near you",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#FF6B35",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["food", "lifestyle", "shopping"],
  "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home screen showing nearby specials"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of restaurant specials"
    }
  ],
  "shortcuts": [
    {
      "name": "Near Me",
      "short_name": "Near Me",
      "description": "Find specials near your current location",
      "url": "/?view=nearby",
      "icons": [{ "src": "/icons/location.png", "sizes": "96x96" }]
    },
    {
      "name": "My Favorites",
      "short_name": "Favorites",
      "description": "View your saved restaurants",
      "url": "/favorites",
      "icons": [{ "src": "/icons/heart.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
