{
  "name": "VerCineo - Películas y series",
  "short_name": "VerCineo",
  "description": "La mejor experiencia para ver películas y series en alta calidad",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#ea1217",
  "prefer_related_applications": false,
  "dir": "ltr",
  "lang": "es",
  "categories": ["entertainment", "video"],
  "screenshots": [
    {
      "src": "assets/icons/screenshot-540.png",
      "sizes": "540x720",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/screenshot-1280.png",
      "sizes": "1280x800",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/screenshot-dark-540.png",
      "sizes": "540x720",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Películas nuevas",
      "short_name": "Películas",
      "description": "Las últimas películas añadidas",
      "url": "/mmp_movie/?orderby=date",
      "icons": [
        {
          "src": "assets/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Series nuevas",
      "short_name": "Series",
      "description": "Las últimas series añadidas",
      "url": "/mmp_tv/?orderby=date",
      "icons": [
        {
          "src": "assets/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Buscar",
      "short_name": "Buscar",
      "description": "Busca películas y series",
      "url": "/?s=",
      "icons": [
        {
          "src": "assets/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/?share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
