{
  "name": "OFC.gg — AI API",
  "short_name": "OFC.gg",
  "description": "The most advanced AI API. Build smarter, ship faster.",
  "start_url": "/dashboard/playground",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Playground",
      "short_name": "Chat",
      "description": "Open AI Playground",
      "url": "/dashboard/playground",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "API Keys",
      "short_name": "Keys",
      "description": "Manage API Keys",
      "url": "/dashboard/keys",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
