{
  "name": "Kane — Tu plata, clara.",
  "short_name": "Kane",
  "description": "Tu plata, clara. Captura gastos con foto, entiende en qué se te va el sueldo, sin complicaciones.",
  "start_url": "/capture",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fdfcf8",
  "theme_color": "#015E2C",
  "lang": "es-PE",
  "dir": "ltr",
  "icons": [
    { "src": "/icons/icon-192.png?v=6", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png?v=6", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png?v=6", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "shared_image", "accept": ["image/*"] }
      ]
    }
  }
}
