{
  "id": "/",
  "name": "BrewPOS Café",
  "short_name": "BrewPOS",
  "description": "Point of Sale system for bubble tea & café — manage orders, kitchen display, inventory, and customers all in one app.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#0d0d14",
  "theme_color": "#0d0d14",
  "lang": "en",
  "dir": "ltr",
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "/icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "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-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screen-pos.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "POS Screen – Take orders quickly"
    },
    {
      "src": "/screenshots/screen-kitchen.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Kitchen Display – Track order queue"
    },
    {
      "src": "/screenshots/screen-orders.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Orders History – View all transactions"
    },
    {
      "src": "/screenshots/screen-pos-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "POS on mobile"
    },
    {
      "src": "/screenshots/screen-orders-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Orders on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "New Order",
      "short_name": "POS",
      "description": "Open the POS to take a new order",
      "url": "/?view=pos",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Kitchen Display",
      "short_name": "Kitchen",
      "description": "View the kitchen order queue",
      "url": "/?view=kitchen",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Orders History",
      "short_name": "Orders",
      "description": "View all past orders",
      "url": "/?view=orders",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "categories": ["business", "food"],
  "prefer_related_applications": false
}
