{
  "name": "GoldStrike — Find Gold. Pan Legal.",
  "short_name": "GoldStrike",
  "description": "The ultimate hobby gold panning companion. Find legal placer gold spots with live GPS, BLM & USGS data, AI rock analysis, offline maps, and confidence scoring. Works in the backcountry without cell signal.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a2e1a",
  "theme_color": "#1a2e1a",
  "orientation": "portrait-primary",
  "categories": ["navigation", "sports", "utilities"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Map",
      "short_name": "Map",
      "description": "Open the gold prospecting map",
      "url": "/map",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Rock Scanner",
      "short_name": "Scanner",
      "description": "Analyze rocks and soil with AI",
      "url": "/scan",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Find Log",
      "short_name": "Log",
      "description": "View your gold find history",
      "url": "/log",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
