{
  "id": "./",
  "name": "EH Gestione Cantiere",
  "short_name": "EH Cantiere",
  "description": "Rapportini, ore, foto, certificazioni, catalogo interruttori, calcolo cavi e posizione GPS live con Google Maps",
  "lang": "it-IT",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f4f6fa",
  "theme_color": "#10245c",
  "icons": [
    {
      "src": "icons/icona-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icona-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": [
            "image/*",
            "audio/*",
            "video/*",
            "application/pdf"
          ]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Nuovo rapportino",
      "short_name": "Rapportino",
      "url": "./?open=reports",
      "icons": [
        {
          "src": "icons/icona-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Posizione LIVE",
      "short_name": "GPS live",
      "url": "./?open=map",
      "icons": [
        {
          "src": "icons/icona-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}