{
  "name": "Roulette Buddy - Streak Tracker",
  "short_name": "Roulette Buddy",
  "description": "Advanced streak tracking tool for roulette players",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["games", "entertainment", "utilities"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View trigger dashboard",
      "url": "/",
      "icons": [
        { "src": "/favicon.png", "sizes": "32x32", "type": "image/png" }
      ]
    },
    {
      "name": "Add Trigger",
      "short_name": "Add Trigger",
      "description": "Create new trigger",
      "url": "/?view=add-trigger",
      "icons": [
        { "src": "/favicon.png", "sizes": "32x32", "type": "image/png" }
      ]
    }
  ]
}
