{
  "name": "VIPWeather",
  "short_name": "VIPWeather",
  "description": "Weather, beautifully understood. Premium live weather, forecasts, radar, air quality and smart insights.",
  "id": "./",
  "start_url": "./index.html?src=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#0b1030",
  "background_color": "#0b1030",
  "lang": "en",
  "dir": "auto",
  "categories": ["weather", "utilities", "travel"],
  "icons": [
    { "src": "assets/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "assets/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "assets/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" },
    { "src": "assets/icons/icon-maskable.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "maskable" },
    { "src": "assets/icons/icon-mono.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "monochrome" }
  ],
  "shortcuts": [
    { "name": "Radar", "url": "./index.html?view=map", "icons": [{ "src": "assets/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }] },
    { "name": "Alerts", "url": "./index.html?view=alerts", "icons": [{ "src": "assets/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }] }
  ]
}
