{
  "name": "tireLight",
  "short_name": "tireLight",
  "description": "Gestione gomme, ordini e anagrafiche.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "launch_handler": {
    "client_mode": "navigate-new"
  },
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "lang": "it-IT",
  "dir": "ltr",
  "icons": [
    {
      "src": "/immagini/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/immagini/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/immagini/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],

  "categories": ["business", "productivity"],
  "orientation": "portrait-primary",
  "prefer_related_applications": false
}
