{
  "name": "Maintain360 App",
  "short_name": "Maintain360",
  "description": "App Maintain360 per tablet e mobile",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "portrait",
  "protocol_handlers": [
    {
      "protocol": "web+maintainapp",
      "url": "/?url=%s"
    }
  ],
  "theme_color": "transparent",
  "background_color": "#ffffff",
  "icons": [
    {
      "purpose": "maskable",
      "sizes": "512x512",
      "src": "pwa/icon512_maskable.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "512x512",
      "src": "pwa/icon512_maskable.png",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "pwa/screen_1.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Maintain360"
    },
    {
      "src": "pwa/screen_2.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "label": "Statistiche"
    }
  ]
}