{
  "name": "Synalux POS",
  "short_name": "SynaluxPOS",
  "description": "Professional Point of Sale \u2014 dine-in, takeout, delivery, drive-thru",
  "start_url": "/pos",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0F1117",
  "theme_color": "#F59E0B",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "business",
    "food"
  ]
}