{
  "name": "Los Chat Awards",
  "short_name": "ChatAwards",
  "description": "La ceremonia de premios de tu grupo de WhatsApp. Sube tu chat y descubre quién es el Rey del Chat.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A0A15",
  "theme_color": "#0A0A15",
  "lang": "es",
  "share_target": {
    "action": "https://www.loschatawards.com/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "chat",
          "accept": [
            "text/plain",
            ".txt",
            "application/zip",
            "application/x-zip-compressed",
            "application/x-zip",
            "application/octet-stream",
            "multipart/x-zip",
            ".zip"
          ]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
