{
  "name": "CDC Wallet",
  "short_name": "CDC Wallet",
  "description": "Manage all your CDC Vouchers here.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone"],
  "background_color": "#222757",
  "theme_color": "#222757",
  "categories": ["finance", "shopping"],
  "icons": [
    {
      "src": "/icons/wallet-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/wallet-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/wallet-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/wallet-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View History",
      "short_name": "History",
      "url": "/history",
      "icons": [
        {
          "src": "/icons/wallet-128x128.png",
          "sizes": "128x128",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "text": "groupId"
    }
  }
}
