{
  "name": "VisiDog CLI — Terminal IA Navigateur",
  "short_name": "VisiDog CLI",
  "description": "Agent d'ingénierie logicielle autonome opérant 100% dans le navigateur web.",
  "start_url": "/cli/index.html",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "/cli/index.html",
      "name": "Dossier projet de code",
      "accept": {
        "text/*": [".js", ".mjs", ".ts", ".cls", ".trigger", ".py", ".php", ".json", ".md", ".css", ".html"]
      }
    }
  ]
}
