{
  "name": "Gelarredi Mobile",
  "short_name": "Gelarredi",
  "description": "Operatività di campo Gelarredi: inventario, consegne, debitori e scansione RT.",
  "lang": "it",
  "dir": "ltr",
  "start_url": "/mobile",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a2733",
  "theme_color": "#1a2733",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Inventario",
      "short_name": "Inventario",
      "url": "/mobile/inventario",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Todo Consegne",
      "short_name": "Consegne",
      "url": "/mobile/todos",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Debitori",
      "short_name": "Debitori",
      "url": "/mobile/debitori",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
