{
  "name": "NewPOS — Business Operating System",
  "short_name": "NewPOS",
  "description": "Sales, stock, cash, staff, customers and profit in real time.",
  "start_url": "./pos",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#0a7d54",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    { "src": "assets/img/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "assets/img/icon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Sell", "url": "./pos" },
    { "name": "Dashboard", "url": "./dashboard" },
    { "name": "Scan IMEI", "url": "./devices/scan" }
  ]
}
