{
  "name": "Maa Ka Phone",
  "short_name": "Maa",
  "description": "Voice-first assistant for mothers and grandmothers",
  "start_url": "/?source=pwa",
  "display": "fullscreen",
  "orientation": "portrait",
  "theme_color": "#6b3a2e",
  "background_color": "#f6f2ec",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/scam-check",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "image", "accept": ["image/*"] }
      ]
    }
  }
}