{
  "name": "Survival Mode",
  "short_name": "Survival",
  "description": "A compassionate Progressive Web App designed to help during severe mental health crises. Offline-first, privacy-focused, and built with radical validation.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "categories": ["health", "productivity"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230f172a' width='540' height='720'/><circle cx='270' cy='360' r='100' fill='%23a5b4fc'/></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 512'><rect fill='%230f172a' width='1024' height='512'/><circle cx='512' cy='256' r='120' fill='%23a5b4fc'/></svg>",
      "sizes": "1024x512",
      "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'><defs><linearGradient id='grad' x1='0%' y1='0%' x2='100%' y2='100%'><stop offset='0%' style='stop-color:%23a5b4fc;stop-opacity:1' /><stop offset='100%' style='stop-color:%2365a30d;stop-opacity:1' /></linearGradient></defs><rect fill='%230f172a' width='192' height='192'/><circle cx='96' cy='96' r='70' fill='url(%23grad)'/><text x='96' y='110' font-size='50' text-anchor='middle' fill='%230f172a' font-weight='bold'>S</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 512 512'><defs><linearGradient id='grad2' x1='0%' y1='0%' x2='100%' y2='100%'><stop offset='0%' style='stop-color:%23a5b4fc;stop-opacity:1' /><stop offset='100%' style='stop-color:%2365a30d;stop-opacity:1' /></linearGradient></defs><rect fill='%230f172a' width='512' height='512'/><circle cx='256' cy='256' r='190' fill='url(%23grad2)'/><text x='256' y='295' font-size='140' text-anchor='middle' fill='%230f172a' font-weight='bold'>S</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Energy Selection",
      "short_name": "Energy",
      "description": "Select your current energy level",
      "url": "./",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%230f172a' width='96' height='96'/><circle cx='48' cy='48' r='35' fill='%23a5b4fc'/></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Panic Mode",
      "short_name": "Panic",
      "description": "Emergency breathing exercises and SOS",
      "url": "./?mode=panic",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%230f172a' width='96' height='96'/><circle cx='48' cy='48' r='35' fill='%23f43f5e'/></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
