{
  "name": "goCoupon",
  "short_name": "goCoupon",
  "description": "Discover & claim local business offers",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#7B5CF5",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1024x1792",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browse local offers"
    },
    {
      "src": "/screenshots/wallet.png",
      "sizes": "1024x1792",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your digital coupon wallet"
    },
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1792x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Full desktop experience"
    }
  ],
  "shortcuts": [
    {
      "name": "My Coupons",
      "url": "/my-coupons",
      "icons": [{ "src": "/icons/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Discover Offers",
      "url": "/discover",
      "icons": [{ "src": "/icons/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Nearby",
      "url": "/nearby",
      "icons": [{ "src": "/icons/icon.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["shopping", "lifestyle"]
}
