{
  "name": "myrentID",
  "short_name": "myrentID",
  "description": "Noleggia la tua bici perfetta sul Lago di Como",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "orientation": "portrait-primary",
  "lang": "it",
  "icons": [
    {
      "src": "/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "img/experience/bici1.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Catalogo bici"
    }
  ],
  "categories": ["sports", "travel", "lifestyle"],
  "shortcuts": [
    {
      "name": "Prenota una bici",
      "short_name": "Prenota",
      "url": "/?utm_source=pwa_shortcut",
      "icons": [{"src": "/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "Como Lake Experience",
      "short_name": "Experience",
      "url": "/como_experience.html?utm_source=pwa_shortcut",
      "icons": [{"src": "/icon-96.png", "sizes": "96x96"}]
    }
  ]
}