{
  "name": "BTG Management Software",
  "short_name": "BTG",
  "version": "1.2.0",
  "description": "Bismillah Telecom & Gadget - Inventory & POS Management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#16a34a",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Point of Sale",
      "short_name": "POS",
      "url": "/pos",
      "icons": [{ "src": "/favicon.png", "sizes": "512x512" }]
    },
    {
      "name": "Products",
      "short_name": "Products",
      "url": "/products",
      "icons": [{ "src": "/favicon.png", "sizes": "512x512" }]
    }
  ]
}
