{
  "name": "Instant 25% Off",
  "short_name": "Instant 25",
  "description": "Local offers matched, secured and redeemed instantly.",
  "id": "./",
  "start_url": "./#/explore?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f5f5ef",
  "theme_color": "#07161c",
  "lang": "en-US",
  "categories": [
    "shopping",
    "lifestyle",
    "business"
  ],
  "icons": [
    {
      "src": "./icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore Offers",
      "short_name": "Explore",
      "url": "./#/explore",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Wallet",
      "short_name": "Wallet",
      "url": "./#/wallet",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Scan Coupon",
      "short_name": "Scan",
      "url": "./#/merchant/scanner",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
