{
  "name": "HASHPro Suite POS",
  "short_name": "HASHPro",
  "description": "Restaurant point of sale and management. Works with or without a connection.",
  "start_url": "../login.php",
  "scope": "../",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#05161B",
  "theme_color": "#05161B",
  "categories": ["business", "productivity", "food"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Open POS", "url": "../pos/", "description": "Take orders and payments" },
    { "name": "Kitchen display", "url": "../kitchen/", "description": "See what needs cooking" },
    { "name": "Sync centre", "url": "../admin/sync-center.php", "description": "Check pending transactions" }
  ]
}
