{
  "id": "liveflow-portal",
  "name": "LiveFlow Portal",
  "short_name": "LiveFlow",
  "description": "Manage your store inventory, sales and team members with LiveFlow.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#e5e7eb",
  "theme_color": "#e5e7eb",
  "icons": [
    {
      "src": "/images/icon-64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/liveflow-pwa-icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "POS",
      "url": "/pos",
      "description": "Open Point of Sale"
    },
    {
      "name": "Products",
      "url": "/catalog/products",
      "description": "View Inventory"
    }
  ]
}

