{
  "name": "RoverVoice – Voice to GPX",
  "short_name": "RoverVoice",
  "description": "Record voice waypoints and export GPX tracks for overland adventures. Works offline.",
  "theme_color": "#2D6A4F",
  "background_color": "#F5F0E8",
  "display": "standalone",
  "orientation": "any",
  "scope": "./",
  "start_url": "./index.html",
  "categories": ["navigation", "travel", "utilities"],
  "icons": [
    { "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Track",
      "short_name": "Track",
      "description": "Start a new RoverVoice track",
      "url": "./index.html?mode=track"
    },
    {
      "name": "New Route",
      "short_name": "Route",
      "description": "Start a new road route",
      "url": "./index.html?mode=route"
    }
  ]
}
