{
  "name": "Neat ERP - Gestionale Aziendale",
  "short_name": "Neat ERP",
  "description": "Sistema gestionale completo per vendite, inventario e fatturazione",
  "theme_color": "#3B82F6",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "any",
  "scope": "/",
  "start_url": "/dashboard",
  "id": "neat-erp",
  "categories": ["business", "productivity", "finance"],
  "lang": "it",
  "dir": "ltr",
  "icons": [
    {
      "src": "assets/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "assets/screenshots/dashboard-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard principale"
    },
    {
      "src": "assets/screenshots/dashboard-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Nuova Vendita",
      "short_name": "Vendita",
      "description": "Crea una nuova vendita o fattura",
      "url": "/sales/new?source=shortcut",
      "icons": [{ "src": "assets/icons/shortcut-sale.png", "sizes": "96x96" }]
    },
    {
      "name": "Inventario",
      "short_name": "Inventario",
      "description": "Gestisci il magazzino",
      "url": "/inventory?source=shortcut",
      "icons": [{ "src": "assets/icons/shortcut-inventory.png", "sizes": "96x96" }]
    },
    {
      "name": "Clienti",
      "short_name": "Clienti",
      "description": "Anagrafica clienti",
      "url": "/customers?source=shortcut",
      "icons": [{ "src": "assets/icons/shortcut-customers.png", "sizes": "96x96" }]
    },
    {
      "name": "Scanner Barcode",
      "short_name": "Scanner",
      "description": "Scansiona codici a barre",
      "url": "/scanner?source=shortcut",
      "icons": [{ "src": "assets/icons/shortcut-scanner.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+neat",
      "url": "/protocol-handler?url=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "text/csv": [".csv"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"],
        "application/vnd.ms-excel": [".xls"]
      }
    }
  ]
}
