{
  "name": "Risk Management Alerts",
  "short_name": "Risk Alerts",
  "description": "Receive real-time notifications for high-risk items and critical updates",
  "start_url": "/pwa/",
  "display": "standalone",
  "background_color": "#0d6efd",
  "theme_color": "#0d6efd",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "/static/pwa-screenshot.png",
      "sizes": "540x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "View High Risks",
      "short_name": "High Risks",
      "description": "View all high-risk items",
      "url": "/pwa/?view=high",
      "icons": [{ "src": "/static/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Urgent",
      "short_name": "Urgent",
      "description": "View urgent notifications",
      "url": "/pwa/?view=urgent",
      "icons": [{ "src": "/static/pwa-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
