{
  "name": "Community Watch",
  "short_name": "Watch",
  "description": "Anonymous community incident reporting and emergency alert system",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0f172a",
  "background_color": "#ffffff",
  "categories": ["safety", "utilities"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230f172a' width='192' height='192'/><text x='96' y='96' font-size='48' fill='%23fff' text-anchor='middle' dominant-baseline='middle'>Watch</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230f172a' width='192' height='192'/><circle cx='96' cy='96' r='60' fill='none' stroke='%233b82f6' stroke-width='8'/><path d='M96 50 L106 75 L132 75 L112 90 L122 115 L96 100 L70 115 L80 90 L60 75 L86 75 Z' fill='%233b82f6'/></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230f172a' width='512' height='512'/><circle cx='256' cy='256' r='150' fill='none' stroke='%233b82f6' stroke-width='20'/><path d='M256 140 L276 210 L350 210 L300 260 L320 330 L256 280 L192 330 L212 260 L162 210 L236 210 Z' fill='%233b82f6'/></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Report Incident",
      "short_name": "Report",
      "description": "Submit a new community watch report",
      "url": "/community-watch?shortcut=report",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%233b82f6' width='96' height='96'/><text x='48' y='48' font-size='24' fill='%23fff' text-anchor='middle' dominant-baseline='middle'>+</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Panic Alert",
      "short_name": "Alert",
      "description": "Send emergency panic alert to all members",
      "url": "/community-watch?shortcut=panic",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23dc2626' width='96' height='96'/><text x='48' y='48' font-size='48' fill='%23fff' text-anchor='middle' dominant-baseline='middle'>!</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share-incident",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  }
}
