{
  "name": "CRM Pro — Member Rewards",
  "short_name": "CRM Pro",
  "description": "Loyalty & rewards app: member points, transactions, vouchers and notifications.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFF6E9",
  "theme_color": "#7C5CFC",
  "categories": [
    "business",
    "finance",
    "shopping"
  ],
  "icons": [
    {
      "src": "./assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./assets/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Points",
      "url": "./index.html#home",
      "description": "View your member points balance"
    },
    {
      "name": "My Vouchers",
      "url": "./index.html#vouchers",
      "description": "Browse and redeem vouchers"
    }
  ]
}