{
  "name": "AffDoppio - Verified Coupons & Promo Codes",
  "short_name": "AffDoppio",
  "description": "Double shot of savings! Verified coupons and promo codes from 100+ stores. Hand-tested daily for guaranteed savings.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#B45309",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/static/icons/icon-72x72.svg",
      "sizes": "72x72",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-96x96.svg",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-128x128.svg",
      "sizes": "128x128",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-144x144.svg",
      "sizes": "144x144",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-152x152.svg",
      "sizes": "152x152",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-384x384.svg",
      "sizes": "384x384",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "categories": ["shopping", "lifestyle", "finance"],
  "shortcuts": [
    {
      "name": "All Stores",
      "short_name": "Stores",
      "description": "Browse all stores A-Z",
      "url": "/stores",
      "icons": [{"src": "/static/icons/icon-96x96.png", "sizes": "96x96"}]
    },
    {
      "name": "Categories",
      "short_name": "Categories",
      "description": "Browse by category",
      "url": "/category",
      "icons": [{"src": "/static/icons/icon-96x96.png", "sizes": "96x96"}]
    },
    {
      "name": "Hot Deals",
      "short_name": "Deals",
      "description": "Today's hottest deals",
      "url": "/deals/christmas-deals/",
      "icons": [{"src": "/static/icons/icon-96x96.png", "sizes": "96x96"}]
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Homepage with featured coupons"
    },
    {
      "src": "/static/screenshots/store.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Store page with coupons"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
