{
  "name": "TriDrive POS",
  "short_name": "TriDrive",
  "description": "Sales, Inventory & Business Management for your bar or business.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1a3c8f",
  "theme_color": "#1a3c8f",
  "categories": ["business", "finance", "productivity"],
  "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"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Owner Login",
      "short_name": "Owner",
      "description": "Log in as business owner",
      "url": "./index.html"
    },
    {
      "name": "Staff Login",
      "short_name": "Staff",
      "description": "Log in as staff member",
      "url": "./index.html"
    }
  ]
}
