{
  "name": "techXcelerate",
  "short_name": "techXcel",
  "description": "Developer documentation for Go (Golang), Rust, and more — by NTXM",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "lang": "en",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    },
    {
      "src": "/logo-with-bg.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "education",
    "developer tools",
    "productivity"
  ],
  "screenshots": [
    {
      "src": "/image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "techXcelerate Documentation Home"
    }
  ]
}