{
  "name": "Atheon Benchmark Dashboard",
  "short_name": "Atheon Benchmark",
  "description": "Comprehensive AI benchmark system comparing Claude performance with and without Atheon MCP integration",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "developer", "utilities"],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Atheon Benchmark Home"
    },
    {
      "src": "/screenshots/benchmark.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Benchmark Execution"
    },
    {
      "src": "/screenshots/results.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Results Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Run Benchmark",
      "short_name": "Benchmark",
      "description": "Start a new benchmark test",
      "url": "/benchmark",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "View Results",
      "short_name": "Results",
      "description": "View benchmark results",
      "url": "/results",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Documentation",
      "short_name": "Docs",
      "description": "View system documentation",
      "url": "/docs",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    }
  ],
  "features": [
    "fullscreen",
    "standalone",
    "minimal-ui"
  ],
  "prefer_related_applications": false,
  "display_override": {
    "standalone": {
      "display": "standalone",
      "orientation": "portrait"
    },
    "minimal-ui": {
      "display": "minimal-ui",
      "orientation": "portrait"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "atheon",
      "label": "Atheon Benchmark",
      "url": "/benchmark"
    }
  ],
  "edge_side_panel": {
    "prefer_related_applications": false
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "share_target": [
    {
      "action": "share",
      "url": "/benchmark",
      "text": "Run Atheon Benchmark",
      "title": "Atheon Benchmark"
    },
    {
      "action": "share",
      "url": "/results",
      "text": "View Benchmark Results",
      "title": "Benchmark Results"
    }
  ],
  "description": "AI Benchmark System"
}