{
  "name": "Aetheris Weather",
  "short_name": "Aetheris",
  "description": "Premium global weather app with real-time conditions, radar maps, and severe weather alerts.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#121414",
  "theme_color": "#121414",
  "categories": ["weather", "utilities"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Home",
      "url": "/",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Radar",
      "url": "/radar",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
