{
  "name": "BaseXpert",
  "short_name": "Base&Converter",
  "start_url": "https://basexpert.vercel.app/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4caf50",
  "description": "BaseX is a simple and fast number system converter for Binary, Decimal, Octal, and Hex.",
  "icons": [
    {
      "src": "basex-white.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "basex-white.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "orientation": "portrait-primary",
  "categories": [
    "education",
    "productivity"
  ]
}
