{
  "short_name": "Rajat",
  "name": "Rajat — Sales & Stock",
  "description": "Manage customers, stock, and sales",

  "start_url": "/",
  "scope": "/",

  "display": "standalone",
  "orientation": "portrait-primary",

  "theme_color": "#1a76d1",
  "background_color": "#f0f4f8",

  "categories": [
    "business",
    "productivity"
  ],

  "icons": [
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}