{
  "id": "/?source=pwa",
  "name": "KKMLLET",
  "short_name": "KKMLLET",
  "description": "Red social movil para compartir momentos con tus amigos.",
  "scope": "/",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "display_override": [
    "standalone",
    "window-controls-overlay",
    "browser"
  ],
  "background_color": "#071022",
  "theme_color": "#071022",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "categories": [
    "social",
    "photo",
    "entertainment"
  ],
  "lang": "es-ES",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/kkmllet-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Feed de KKMLLET en móvil"
    },
    {
      "src": "/icons/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "KKMLLET en escritorio"
    }
  ],
  "shortcuts": [
    {
      "name": "Crear Post",
      "short_name": "Crear",
      "description": "Crear nuevo post",
      "url": "/create?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/create-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Notificaciones",
      "short_name": "Notificaciones",
      "description": "Ver notificaciones",
      "url": "/notifications?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/notifications-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/create",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    },
    "enctype": "application/x-www-form-urlencoded"
  }
}
