{
  "name": "ThreatLens",
  "short_name": "ThreatLens",
  "description": "Real-time cyber threat intelligence dashboard — HIGH alerts, CVE, MITRE ATT&CK",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "lang": "en",
  "orientation": "any",
  "categories": ["security", "news", "productivity"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "HIGH Alerts",
      "short_name": "HIGH",
      "url": "/?criticality=high",
      "description": "View high-priority alerts only",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "PDF Report",
      "short_name": "Report",
      "url": "/?action=pdf",
      "description": "Generate the weekly PDF report",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Favorites",
      "short_name": "Favorites",
      "url": "/?view=favs",
      "description": "View my favorite articles",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    }
  ],
  "screenshots": []
}
