{
  "name": "GBV Silence Breaker - Breaking the Silence",
  "short_name": "Silence Breaker",
  "description": "A confidential app to assess relationship safety, track emotions, and access GBV resources. Available globally.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#3D1A5F",
  "theme_color": "#E91E8C",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/images/icon-192px.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512px.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["health", "lifestyle", "social"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Take Quiz",
      "short_name": "Quiz",
      "description": "Assess your relationship safety",
      "url": "/?action=quiz",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Emergency",
      "short_name": "Emergency",
      "description": "Access emergency resources",
      "url": "/?action=emergency",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}

