{
  "name": "Cogo Shield - Emergency Response Platform",
  "short_name": "Cogo Shield",
  "description": "Emergency response platform with AI-powered safety features and live location sharing",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a1410",
  "background_color": "#1a1410",
  "categories": ["productivity", "utilities"],
  "screenshots": [
    {
      "src": "/images/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Send SOS Alert",
      "short_name": "SOS",
      "description": "Quickly send an emergency SOS alert to your safety circle",
      "url": "/dashboard?tab=sos",
      "icons": [
        {
          "src": "/icons/sos-icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Share Location",
      "short_name": "Location",
      "description": "Share your real-time location with trusted contacts",
      "url": "/dashboard?tab=location",
      "icons": [
        {
          "src": "/icons/location-icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "evidence",
          "accept": ["image/*", "audio/*", "video/*"]
        }
      ]
    }
  }
}
