{
  "name": "Cashback Click",
  "short_name": "CashbackClick",
  "description": "Share any store link and get instant cashback rewards.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0B0F17",
  "theme_color": "#2A55E5",
  "categories": ["shopping", "finance"],
  "icons": [
    {
      "src": "/icons/logo-mark.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/compare",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    { "name": "Check a link", "url": "/inspect" },
    { "name": "My wallet", "url": "/wallet" },
    { "name": "Live deals", "url": "/deals" }
  ]
}
