{
  "name": "DataStreak",
  "short_name": "DataStreak",
  "description": "Multi-sport betting analytics - streaks, alt lines, live in-game edges, and a bet-tracking journal.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#070a0f",
  "theme_color": "#070a0f",
  "categories": ["sports", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Streak Finder",
      "short_name": "Streaks",
      "description": "Hot and cold player streaks across every prop",
      "url": "/nba/streak-finder?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Slip Builder",
      "short_name": "Slip",
      "description": "Build and track a bet slip",
      "url": "/slip-builder?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Overwatch",
      "short_name": "Overwatch",
      "description": "Live in-game edge engine",
      "url": "/overwatch?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
