{
  "name": "TrailBlazer — Offroad & Camp Finder",
  "short_name": "TrailBlazer",
  "description": "Find offroad trails, camping spots, and overlooks with offline maps",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#1a1008",
  "theme_color": "#1a1008",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='24' fill='%231a1008'/><rect width='192' height='192' rx='24' fill='%23c4511a' opacity='0.15'/><text x='96' y='130' font-size='100' text-anchor='middle'>🛻</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='64' fill='%231a1008'/><text x='256' y='360' font-size='280' text-anchor='middle'>🛻</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["navigation", "sports", "travel"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Find Nearby",
      "short_name": "Nearby",
      "description": "Find trails and camps near me",
      "url": "/index.html#locate",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text x='48' y='72' font-size='72' text-anchor='middle'>📍</text></svg>", "sizes": "96x96"}]
    },
    {
      "name": "Saved Spots",
      "short_name": "Saved",
      "description": "View my saved trails and campsites",
      "url": "/index.html#saved",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text x='48' y='72' font-size='72' text-anchor='middle'>⭐</text></svg>", "sizes": "96x96"}]
    }
  ]
}
