{
  "name": "WikiHub — GitHub for LLM wikis",
  "short_name": "wikihub",
  "description": "Publish markdown knowledge bases in seconds. Designed to be read and edited by humans and AI agents.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#0f0e0c",
  "theme_color": "#0f0e0c",
  "categories": ["productivity", "education", "utilities"],
  "lang": "en",
  "icons": [
    {
      "src": "/static/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore",
      "short_name": "Explore",
      "url": "/explore",
      "description": "Browse public wikis"
    },
    {
      "name": "Roadmap",
      "short_name": "Roadmap",
      "url": "/roadmap",
      "description": "Quick capture"
    }
  ]
}
