{
  "name": "Botanero POS",
  "short_name": "Botanero POS",
  "description": "Restaurant and bar POS system for orders, kitchen routing, bar routing, payroll, inventory, and reporting.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#000000",
  "theme_color": "#111827",
  "categories": [
    "business",
    "food"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/pos-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Botanero POS dashboard"
    },
    {
      "src": "/screenshots/pos-mobile.png",
      "sizes": "540x960",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Botanero POS mobile view"
    }
  ]
}