{
  "id": "/",
  "name": "StreamTip.io",
  "short_name": "StreamTip",
  "description": "Crypto tipping for streamers — low flat fees with a monthly cap, SOL payments, and zero chargebacks.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#060d16",
  "theme_color": "#FB4F14",
  "orientation": "any",
  "categories": ["finance", "utilities", "entertainment"],
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open your streamer dashboard",
      "url": "/dashboard/overview?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "OBS Widgets",
      "short_name": "Widgets",
      "description": "Manage your OBS widgets",
      "url": "/dashboard/obs?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
