{
  "name": "PulsePay",
  "short_name": "PulsePay",
  "description": "Premium Glass Wallet",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/logo_v2.webp?v=3",
      "sizes": "192x192",
      "type": "image/webp"
    },
    {
      "src": "/logo_v2.webp?v=3",
      "sizes": "512x512",
      "type": "image/webp"
    }
  ],
  "shortcuts": [
    {
      "name": "Subscriptions",
      "short_name": "Subs",
      "description": "Manage your subscriptions",
      "url": "/#subscriptions",
      "icons": [{"src": "/calendar.svg", "sizes": "any", "type": "image/svg+xml"}]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "App preferences",
      "url": "/#settings",
      "icons": [{"src": "/settings.svg", "sizes": "any", "type": "image/svg+xml"}]
    }
  ]
}
