{
  "name": "ScratchPicks",
  "short_name": "ScratchPicks",
  "description": "Rank every scratch-off ticket by remaining prize odds. Live scanner, weekly picks, real-time alerts across 40 states.",
  "start_url": "/scanner",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1A1F0F",
  "theme_color": "#EF9F27",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Scanner",
      "short_name": "Scan",
      "description": "Scan any scratch-off barcode",
      "url": "/scanner",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "State Rankings",
      "short_name": "Rankings",
      "url": "/rankings",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ],
  "categories": ["lifestyle", "entertainment", "utilities"]
}
