{
  "name": "Reward Rupay",
  "short_name": "Reward Rupay",
  "description": "Your credit card rewards intelligence hub - real-time updates from every bank in India",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#6D28D9",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screenshot2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["productivity", "news"],
  "shortcuts": [
    {
      "name": "View All Launches",
      "short_name": "Launches",
      "description": "View latest card launches",
      "url": "/categories/launches",
      "icons": [
        {
          "src": "/icons/launches-icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Current Offers",
      "short_name": "Offers",
      "description": "View current bank offers",
      "url": "/categories/offers",
      "icons": [
        {
          "src": "/icons/offers-icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
