{
  "name": "Super Stock Radar",
  "short_name": "Stock Radar",
  "description": "Track Pokemon card restocks at Connecticut retail stores with real-time alerts and community reports",
  "start_url": "/",
  "scope": "/",
  "display": "minimal-ui",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "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"
    }
  ],
  "categories": ["shopping", "lifestyle", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Submit Report",
      "short_name": "Report",
      "description": "Submit a new restock report",
      "url": "/?action=report",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Map",
      "short_name": "Map",
      "description": "View nearby restocks on map",
      "url": "/map",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
