{
  "name": "BusinessFlow POS - Premium Retail management",
  "short_name": "BF POS",
  "description": "Premium All-in-one POS & Business Management System for modern retailers.",
  "id": "/",
  "start_url": "/",
  "dir": "auto",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "minimal-ui"
  ],
  "background_color": "#ffffff",
  "theme_color": "#1b234f",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": [
    "business",
    "productivity",
    "finance",
    "inventory",
    "sales",
    "purchases"
  ],
  "icons": [
    {
      "src": "android-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "android-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View business overview and analytics",
      "url": "dashboard",
      "icons": [
        {
          "src": "android-icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Point of Sale",
      "short_name": "POS",
      "description": "Process sales and transactions",
      "url": "pos",
      "icons": [
        {
          "src": "android-icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "Manage products and stock levels",
      "url": "inventory-overview",
      "icons": [
        {
          "src": "android-icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Premium Dashboard Analytics"
    },
    {
      "src": "screenshots/mobile-pos.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Modern Mobile POS Interface"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}