{
  "name": "Veridian Navigator: GPS Verified",
  "short_name": "Veridian Navigator",
  "description": "A location-based Pokémon training app with task reminders and real-world encounters",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2d3636",
  "background_color": "#2d3636",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%232d3636' width='192' height='192'/><text x='50%' y='50%' font-size='120' fill='%23d4a574' text-anchor='middle' dominant-baseline='central' font-family='Arial'>🌿</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%232d3636' width='512' height='512'/><text x='50%' y='50%' font-size='320' fill='%23d4a574' text-anchor='middle' dominant-baseline='central' font-family='Arial'>🌿</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "games"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%232d3636' width='540' height='720'/><text x='270' y='100' font-size='48' fill='%23d4a574' text-anchor='middle' font-weight='bold'>Veridian Navigator</text><text x='270' y='200' font-size='32' fill='%239dbf9d' text-anchor='middle'>GPS Verified Encounters</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Wild Walk",
      "short_name": "Scan",
      "description": "Scan for wild Pokémon",
      "url": "/?tab=explore",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%232d3636' width='96' height='96'/><text x='48' y='48' font-size='60' fill='%23d4a574' text-anchor='middle' dominant-baseline='central'>🔍</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Training",
      "short_name": "Train",
      "description": "Train your Pokémon",
      "url": "/?tab=chores",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%232d3636' width='96' height='96'/><text x='48' y='48' font-size='60' fill='%23d4a574' text-anchor='middle' dominant-baseline='central'>⚡</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
