{
  "name": "RewardCircle",
  "short_name": "RewardCircle",
  "description": "Add referrals, reviews, photos and screenshots, and share your profile.",
  "id": "/app",
  "start_url": "/app",
  "scope": "/app",
  "display": "standalone",
  "background_color": "#f7f7f8",
  "theme_color": "#111827",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/pwa/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/pwa/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/pwa/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Referral",
      "short_name": "Referral",
      "description": "Add a new referral",
      "url": "/app/add/referral",
      "icons": [
        {
          "src": "/icons/pwa/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Share Profile",
      "short_name": "Profile",
      "description": "Open your profile sharing screen",
      "url": "/app/profile",
      "icons": [
        {
          "src": "/icons/pwa/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
