{
  "name": "GST Calculator — CodeByRushi",
  "short_name": "GST Calculator",
  "description": "Fast & simple GST Calculator by CodeByRushi. Real-time offline calculations with a custom numeric keypad.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F1115",
  "theme_color": "#0F1115",
  "lang": "en",
  "dir": "ltr",
  "categories": ["finance", "productivity", "utilities"],
  "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"
    }
  ],
  "author": {
    "name": "CodeByRushi"
  }
}
