{
  "name": "Karismo – Coach de Citas",
  "short_name": "Karismo",
  "description": "Audita tu perfil de citas con IA y consigue más matches",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0D0A1A",
  "background_color": "#0D0A1A",
  "lang": "es",
  "categories": ["lifestyle", "social", "productivity"],
  "icons": [
    {"src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
    {"src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable"},
    {"src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"},
    {"src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"}
  ],
  "share_target": {
    "action": "/coach",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "image", "accept": ["image/*"] }]
    }
  },
  "screenshots": [
    {
      "src": "/screenshots/screen1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard principal"
    },
    {
      "src": "/screenshots/screen2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Auditoría de galería"
    }
  ],
  "shortcuts": [
    {
      "name": "Auditar Galería",
      "short_name": "Galería",
      "url": "/audit/gallery",
      "icons": [{ "src": "/icons/icon-96-v4.png?v=4", "sizes": "96x96" }]
    },
    {
      "name": "Auditar Biografía",
      "short_name": "Biografía",
      "url": "/audit/bio",
      "icons": [{ "src": "/icons/icon-96-v4.png?v=4", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
