{
  "name": "Let Me Go - Domestic Abuse Support",
  "short_name": "Let Me Go",
  "description": "Emergency SOS, secure diary, and trusted contact alerts for domestic abuse survivors",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#ae7242",
  "categories": ["health", "productivity"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23ae7242' width='192' height='192'/><text x='96' y='96' text-anchor='middle' dy='.3em' fill='white' font-size='60' font-family='sans-serif' font-weight='bold'>SOS</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%23ae7242' width='512' height='512'/><text x='256' y='256' text-anchor='middle' dy='.3em' fill='white' font-size='150' font-family='sans-serif' font-weight='bold'>SOS</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23ae7242' width='192' height='192' rx='45'/><text x='96' y='110' text-anchor='middle' fill='white' font-size='80' font-family='sans-serif' font-weight='bold'>LMG</text></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 192 192'><rect fill='white' width='192' height='192' rx='45'/><text x='96' y='110' text-anchor='middle' fill='%23ae7242' font-size='80' font-family='sans-serif' font-weight='bold'>LMG</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Emergency SOS",
      "short_name": "SOS",
      "description": "Trigger emergency alert to trusted contacts",
      "url": "/?action=sos",
      "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' rx='20'/><text x='48' y='54' text-anchor='middle' fill='white' font-size='48' font-family='sans-serif' font-weight='bold'>SOS</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Private Diary",
      "short_name": "Diary",
      "description": "Access your PIN-protected diary",
      "url": "/?action=diary",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23ae7242' width='96' height='96' rx='20'/><text x='48' y='54' text-anchor='middle' fill='white' font-size='48' font-family='sans-serif' font-weight='bold'>📔</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Safety Plan",
      "short_name": "Plan",
      "description": "Review your safety plan",
      "url": "/?action=safety",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%2310b981' width='96' height='96' rx='20'/><text x='48' y='54' text-anchor='middle' fill='white' font-size='48' font-family='sans-serif' font-weight='bold'>🛡️</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/png", "image/jpeg", "audio/mp3", "audio/wav", "image/webp"]
        }
      ]
    }
  }
}
