{
  "name": "Frendi — Your AI Companion",
  "short_name": "Frendi",
  "description": "Your proactive AI companion that listens, learns and grows with you.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f0f23",
  "theme_color": "#0f0f23",
  "icons": [
    { "src": "/icon-192.png?v=frendi8", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png?v=frendi8", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-1024.png?v=frendi8", "sizes": "1024x1024", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png?v=frendi8", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "share_target": {
    "action": "/companion",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "prefill",
      "text": "prefill",
      "url": "prefill"
    }
  },
  "shortcuts": [
    { "name": "Companion", "short_name": "Chat", "url": "/companion", "icons": [{ "src": "/icon-192.png?v=frendi8", "sizes": "192x192" }] },
    { "name": "Check-in", "short_name": "Check-in", "url": "/check-in", "icons": [{ "src": "/icon-192.png?v=frendi8", "sizes": "192x192" }] }
  ]
}
