{
  "name": "KZNWatch — Live Safety Map",
  "short_name": "KZNWatch",
  "description": "Live community safety map for KwaZulu-Natal. Flag areas, rate danger, share videos, stay safe.",
  "start_url": "../index.html",
  "scope": "../",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#e9eef3",
  "theme_color": "#1f2a36",
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "../share.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "file", "accept": ["video/*", "image/*"] }
      ]
    }
  }
}
