{
  "name": "Agente AI Pro",
  "short_name": "Agente AI",
  "description": "Assistente AI autonomo con strumenti integrati: ricerca web, codice, memoria e molto altro.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#06080f",
  "theme_color": "#6366f1",
  "lang": "it",
  "categories": [
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Nuova chat",
      "short_name": "Chat",
      "description": "Apri una nuova conversazione",
      "url": "/?new=1",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/?share=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": [
            "text/*",
            "application/json",
            "image/*",
            ".ts",
            ".tsx",
            ".py",
            ".js",
            ".jsx",
            ".md",
            ".txt",
            "audio/*",
            ".mp3",
            ".m4a",
            ".wav",
            ".ogg",
            ".aac",
            ".flac",
            ".webm"
          ]
        }
      ]
    }
  },
  "display_override": [
    "standalone",
    "minimal-ui"
  ]
}