{
  "manifest_version": 3,
  "name": "EcoRoute",
  "short_name": "EcoRoute",
  "description": "Make the greener choice obvious",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#232D4B",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23232D4B' width='192' height='192'/><text x='50%' y='50%' font-size='96' fill='%2310b981' text-anchor='middle' dominant-baseline='middle' font-family='system-ui'>🌱</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='%23232D4B' width='512' height='512'/><text x='50%' y='50%' font-size='256' fill='%2310b981' text-anchor='middle' dominant-baseline='middle' font-family='system-ui'>🌱</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["sustainability", "transportation"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f8fafc' width='540' height='720'/><rect fill='%23232D4B' width='540' height='60'/><text x='270' y='35' font-size='24' fill='white' text-anchor='middle' font-weight='bold'>EcoRoute</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ]
}
