{
  "name": "JAG Keystone Portal",
  "short_name": "JAG Portal",
  "description": "JAG Keystone Properties — mobile command center for HOT leads, replies, and pipeline status",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0e1a",
  "theme_color": "#4ade80",
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "scope": "./",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "HOT Leads",
      "short_name": "HOT",
      "url": "./index.html?tab=leads&filter=hot",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pending Replies",
      "short_name": "Replies",
      "url": "./index.html?tab=replies",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
