{
  "name": "WILDFLAMES",
  "short_name": "Wildflames",
  "description": "Real-time AI-enhanced wildfire intelligence by Blackvault",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0a0d12",
  "theme_color": "#ff5a36",
  "orientation": "any",
  "icons": [
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230a0d12' width='192' height='192' rx='32'/><path fill='%23ff5a36' d='M96 32s32 18 32 64a32 32 0 1 1-64 0c0-9.6 3.2-18.4 8-25.6C72 56 80 48 88 48c0-16 4-32 8-64z'/><path fill='%23ffb020' d='M96 160a48 48 0 0 1-48-48c0-16 8-28 17.6-36 1.6 8 8 16 14.4 16 4 20 16 28 28 28 12 0 20-8 20-20 8 9.6 12 20 12 32A40 40 0 0 1 96 160z'/></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230a0d12' width='512' height='512' rx='64'/><path fill='%23ff5a36' d='M256 64s85.3 48 85.3 170.7a85.3 85.3 0 1 1-170.6 0c0-25.6 8.5-49.1 21.3-68.3-10.7-23.5-2.7-51.2 10.7-69.4 13.3-18.1 37.3-32 53.3-32.1-42.7-42.7-106.7 0-106.7 85.3v2.1c0 53.3 21.3 106.7 64 128 42.7-2.1 85.3-42.7 85.3-106.7 0-5.5-.5-10.9-1.3-16.2 10.2 4 19.8 9.6 28.3 16.5 25.6-10.2 53.8-6.8 76.8 10.2 23.1 17 33.1 45.2 28.8 72.5-4.3 27.2-25.1 48.9-52.3 54.4-27.2 5.5-54.4-8.5-68.3-32-13.9-23.5-10.2-53.3 8.5-74.2-20.5-12.8-41-30.7-52.8-53.8-9.6-18.7-13.3-39.5-10.7-59.7z'/><path fill='%23ffb020' d='M256 384a128 128 0 0 1-128-128c0-42.7 21.3-74.7 46.9-96 4.3 21.3 21.3 42.7 38.4 42.7 10.7 0 21.3-5.3 29.9-10.7 2.1 42.7 10.7 74.7 42.7 85.3 32 10.7 64-10.7 70.4-53.3-10.7-5.3-21.3-10.7-29.9-14.1-21.3 21.3-53.3 34.1-90.4 32-25.6-1.6-48.5-12.8-61.9-32-13.4-19.1-15.5-43.7-5.3-64.5 10.2-20.8 32.3-33.4 55.5-31.4 23.2 2.1 42.7 16.6 48.5 36.6 5.3 17.9-.5 36.6-14.1 46.4 17.9 8 33.4 21.3 43.7 39.5 10.7 18.7 10.7 42.7-2.1 61.4-12.8 18.7-35.7 29.4-57.1 27.3z'/></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["weather", "news", "utilities"],
  "shortcuts": [
    {
      "name": "Alerts",
      "short_name": "Alerts",
      "description": "View active wildfire alerts",
      "url": "./index.html?view=alerts",
      "icons": [{ "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='44' fill='%23ff5a36'/><path fill='white' d='M48 20v32l24 12'/></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Map",
      "short_name": "Map",
      "description": "View wildfire map",
      "url": "./index.html?view=map",
      "icons": [{ "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='44' fill='%23ffb020'/><path fill='white' d='M30 30h36v36H30z'/></svg>", "sizes": "96x96" }]
    }
  ]
}