{
  "name": "AURA - Autonomous Utility & Response Assistant",
  "short_name": "AURA",
  "description": "Military-grade IoT security system with blockchain verification",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#000000",
  "theme_color": "#06B6D4",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "categories": ["security", "utilities", "productivity"],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View real-time system status",
      "url": "/dashboard",
      "icons": [{ "src": "/icon.jpg", "sizes": "192x192" }]
    },
    {
      "name": "Alerta",
      "short_name": "Alerta",
      "description": "Open high-priority alert management",
      "url": "/alerta",
      "icons": [{ "src": "/icon.jpg", "sizes": "192x192" }]
    },
    {
      "name": "Threats",
      "short_name": "Threats",
      "description": "View threat events",
      "url": "/threats",
      "icons": [{ "src": "/icon.jpg", "sizes": "192x192" }]
    }
  ]
}
