{
  "name": "APEX API - API Development Platform",
  "short_name": "APEX API",
  "version": "0.1.0",
  "description": "A clean, lightweight, and fast API development tool. The next-generation platform for HTTP, GraphQL, WebSocket, SSE, and MQTT requests.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0f0d",
  "theme_color": "#0a0f0d",
  "orientation": "any",
  "categories": ["developer tools", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Request",
      "short_name": "New",
      "description": "Create a new HTTP request",
      "url": "/",
      "icons": []
    },
    {
      "name": "Download",
      "short_name": "Download",
      "description": "Download the APEX desktop app",
      "url": "/download",
      "icons": []
    }
  ]
}
