{
  "name": "FulmenX — AI Revenue Intelligence",
  "short_name": "FulmenX",
  "description": "Your bespoke AI agent. Pipeline moves. You prove it.",
  "start_url": "/app?source=pwa",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity"],

  "icons": [
    { "src": "/icons/icon-48.png",   "sizes": "48x48",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-167.png",  "sizes": "167x167", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-180.png",  "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-256.png",  "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "screenshots": [
    {
      "src": "/screenshots/desktop.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "FulmenX dashboard — pipeline intelligence"
    },
    {
      "src": "/screenshots/mobile.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "FulmenX mobile — morning digest"
    }
  ],

  "shortcuts": [
    {
      "name": "Morning Digest",
      "short_name": "Digest",
      "description": "Today's pipeline intelligence brief",
      "url": "/app/digest?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-digest.png", "sizes": "96x96" }]
    },
    {
      "name": "Draft Queue",
      "short_name": "Drafts",
      "description": "Approve outreach drafts",
      "url": "/app/drafts?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-drafts.png", "sizes": "96x96" }]
    },
    {
      "name": "Pipeline",
      "short_name": "Pipeline",
      "description": "View pipeline status",
      "url": "/app/pipeline?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-pipeline.png", "sizes": "96x96" }]
    }
  ],

  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=ai.fulmenx.app",
      "id": "ai.fulmenx.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/fulmenx/id123456789"
    }
  ],
  "prefer_related_applications": false
}
