{
  "name": "Chat4Team - WhatsApp Business Admin",
  "short_name": "Chat4Team",
  "description": "WhatsApp Business Admin Panel - Gestione professionale delle conversazioni WhatsApp",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#45A4FF",
  "background_color": "#ffffff",
  "lang": "it-IT",
  "dir": "ltr",
  "categories": ["business", "productivity", "social"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Nuova Chat",
      "short_name": "Nuova",
      "description": "Inizia una nuova conversazione WhatsApp",
      "url": "/whatsapp?new=true",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Messaggi Non Letti",
      "short_name": "Non Letti",
      "description": "Visualizza tutti i messaggi non letti",
      "url": "/whatsapp?filter=unread",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Template Messaggi",
      "short_name": "Template",
      "description": "Gestisci i template dei messaggi WhatsApp",
      "url": "/templates",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Chat del Team",
      "short_name": "Team",
      "description": "Comunicazione interna del team",
      "url": "/team-chat",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "Chat4Team Dashboard"
    }
  ],
  "related_applications": [],
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"]
}
