{
  "name": "Playrly",
  "short_name": "Playrly",
  "start_url": "/",
  "scope":"/",
  "display": "standalone",
  "background_color": "#69caf8",
  "theme_color": "#444444",
  "orientation": "landscape-primary",
  "icons": [
    {
      "src": "/img/icons/playrly_icon_72x72.png",
      "type": "image/png",
      "sizes": "72x72"
    },
    {
      "src": "/img/icons/playrly_icon_96x96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/img/icons/playrly_icon_128x128.png",
      "type": "image/png",
      "sizes": "128x128"
    },
    {
      "src": "/img/icons/playrly_icon_144x144.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "/img/icons/playrly_icon_152x152.png",
      "type": "image/png",
      "sizes": "152x152"
    },
    {
      "src": "/img/icons/playrly_icon_192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/img/icons/playrly_icon_384x384.png",
      "type": "image/png",
      "sizes": "384x384"
    },
    {
      "src": "/img/icons/playrly_icon_512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-mobile.png",
      "sizes": "341x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screenshot-desktop.png",
      "sizes": "1897x862",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],

  "shortcuts": [
    {
      "name": "Abrir sección principal",
      "short_name": "Principal",
      "url": "/home",
      "icons": [{ "src": "/img/icons/playrly_icon_192x192.png", "sizes": "192x192" }]
    }
  ]
}
