{
   "id": "/",
   "name": "FruityDoc",
   "short_name": "FruityDoc",
   "description": "Chat intelligente sui tuoi documenti. RAG con fonti verificabili.",
   "start_url": "/chat?source=pwa",
   "scope": "/",
   "display": "standalone",
   "orientation": "portrait",
   "background_color": "#0f172a",
   "theme_color": "#0f172a",
   "icons": [
	  {
		 "src": "/favicon/web-app-manifest-192x192.png",
		 "sizes": "192x192",
		 "type": "image/png",
		 "purpose": "maskable"
	  },
	  {
		 "src": "/favicon/web-app-manifest-512x512.png",
		 "sizes": "512x512",
		 "type": "image/png",
		 "purpose": "maskable"
	  }
   ]
}