{
  "id": "/",
  "name": "FoodHub POS",
  "short_name": "FoodHub POS",
  "description": "FoodHub POS — billing and point-of-sale. Created by Pigeotech.",
  "start_url": "dashboard.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1f2937",
  "theme_color": "#ea580c",
  "icons": [
    { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Create Bill", "url": "create_bill.php" },
    { "name": "Bill History", "url": "bill_history.php" },
    { "name": "Reports", "url": "reports.php" }
  ]
}
