{
  "name": "Drivertruck App Mobile",
  "short_name": "Drivertruck App Mobile",
  "description": "Trova facilmente supermercati e punti vendita con Maps e contatti diretti",
  "start_url": "https://drivertruck.it/PWA/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2078d9",
  "categories": ["shopping", "utilities"],
  "screenshots": [
    {
      "src": "Logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "Logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "Logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "Logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ricerca Supermercati",
      "short_name": "Ricerca",
      "description": "Avvia ricerca supermercati",
      "url": "/index.html?shortcut=search",
      "icons": [
        {
          "src": "Logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text"
    }
  },
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots": [
    {
      "src": "Logo.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}