{
  "name": "IntelNexus",
  "short_name": "IntelNexus",
  "description": "The world's intelligence, crowdsourced.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#07080d",
  "theme_color": "#07080d",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Drop Intel",
      "short_name": "Drop",
      "description": "Submit new anonymous intelligence",
      "url": "/drop",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Witness Mode",
      "short_name": "Witness",
      "description": "Record and submit live evidence",
      "url": "/witness",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Live Map",
      "short_name": "Map",
      "description": "Real-time global intelligence map",
      "url": "/map",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "IntelNexus feed — real-time global intelligence"
    }
  ],
  "share_target": {
    "action": "/drop",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "body",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+intelnexus",
      "url": "/i/%s"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=live.intelnexus.app",
      "id": "live.intelnexus.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/intelnexus/id000000000"
    }
  ]
}
