{
  "id": "/?source=pwa",
  "name": "MASTRO",
  "short_name": "Mastro",
  "description": "Gestionale intelligente per artigiani italiani: preventivi, clienti, lavori, fatture e AI.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#F97316",
  "lang": "it-IT",
  "dir": "ltr",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nuovo preventivo",
      "short_name": "Nuovo",
      "description": "Detta un nuovo preventivo",
      "url": "/app?action=new"
    }
  ]
}