{
  "name": "GUARDIFY — Safety OS",
  "short_name": "Guardify",
  "description": "Emergency SOS app with AI panic detection, safe walk mode, stealth recording, and guardian circle alerts",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#080810",
  "theme_color": "#e63946",
  "categories": ["utilities", "productivity"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23080810' width='540' height='720'/><circle cx='270' cy='250' r='80' fill='%23e63946'/><text x='270' y='260' font-size='40' fill='white' text-anchor='middle' font-family='Arial' font-weight='bold'>SOS</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "logo.ico",
      "sizes": "32x32 64x64 128x128",
      "type": "image/x-icon"
    },
    {
      "src": "logo.jpg",
      "sizes": "192x192 512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "logo.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Trigger SOS",
      "short_name": "SOS",
      "description": "Trigger emergency SOS alert",
      "url": "/?action=sos",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='45' fill='%23e63946'/><path fill='white' d='M38 28h20v40H38z M28 48h40v20H28z'/></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Add Contact",
      "short_name": "Contacts",
      "description": "Manage your guardian circle",
      "url": "/contacts.html",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='45' fill='%2360a5fa'/><circle cx='48' cy='30' r='10' fill='white'/><path fill='white' d='M28 50a20 20 0 0 1 40 0v16H28z'/></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
