{
  "name": "Creams & Grillz POS",
  "short_name": "CG POS",
  "description": "Point of Sale for Creams & Grillz restaurant",
  "start_url": "/admin/pos",
  "display": "standalone",
  "background_color": "#161515",
  "theme_color": "#bc1f18",
  "orientation": "any",
  "icons": [
    {
      "src": "/images/brand/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/brand/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "business"],
  "shortcuts": [
    {
      "name": "POS Terminal",
      "short_name": "POS",
      "description": "Open the point of sale",
      "url": "/admin/pos",
      "icons": [{ "src": "/images/brand/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Kitchen Display",
      "short_name": "Kitchen",
      "description": "View kitchen tickets",
      "url": "/admin/kitchen",
      "icons": [{ "src": "/images/brand/icon-192.png", "sizes": "192x192" }]
    }
  ]
}