{
  "name": "Aura Weather — Understand the weather. Know what to do.",
  "short_name": "Aura Weather",
  "description": "A beautiful, accessible weather PWA with real-time data, AI assistant, and offline support.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#F0F4F8",
  "theme_color": "#10233F",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%2310233F'/><text x='50' y='65' text-anchor='middle' font-size='50' fill='white'>🌤</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["weather", "utilities"],
  "lang": "en",
  "dir": "ltr"
}
