{
  "name": "Chameleon Turnkey",
  "short_name": "Chameleon",
  "description": "Automation tools for Chameleon Turnkey customers — autoFLOW IDE, utilities, and brewery dashboard.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0d1117",
  "background_color": "#0d1117",
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    },
    {
      "src": "/chameleon-logo.jpg",
      "type": "image/jpeg",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "file_handlers": [
    {
      "action": "/autoflow/",
      "accept": {
        "application/x-chameleon-autoflow": [".caf"]
      },
      "icons": [
        {
          "src": "/favicon.svg",
          "type": "image/svg+xml",
          "sizes": "any"
        }
      ],
      "launch_type": "single-client"
    }
  ]
}
