{
  "name": "Gendi CRM",
  "short_name": "Gendi",
  "description": "Il CRM che semplifica",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0c0f",
  "theme_color": "#00d4aa",
  "lang": "it",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "business",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Contatti",
      "url": "./index.html",
      "description": "Lista contatti"
    },
    {
      "name": "Pipeline",
      "url": "./index.html",
      "description": "Pipeline vendite"
    },
    {
      "name": "Task",
      "url": "./index.html",
      "description": "Attività"
    }
  ]
}