{
    "name": "NEXAPO POS - Business Management System",
    "short_name": "NEXAPO POS",
    "description": "Complete business management platform with offline POS capabilities",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2563eb",
    "orientation": "any",
    "scope": "/",
    "lang": "en",
    "categories": ["business", "productivity", "finance"],
    "edge_side_panel": {
      "preferred_width": 480
    },
    "display_override": ["window-controls-overlay", "standalone"],
    "protocol_handlers": [
      {
        "protocol": "web+nexapo",
        "url": "/dashboard?action=%s"
      }
    ],
    "icons": [
      {
        "src": "/images/logo.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/images/logo.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/images/logo.png",
        "sizes": "1024x1024",
        "type": "image/png",
        "purpose": "any maskable"
      }
    ],
    "splash_screens": [
      {
        "src": "/images/logo.png",
        "sizes": "1080x1920",
        "type": "image/png"
      },
      {
        "src": "/images/logo.png",
        "sizes": "1920x1080",
        "type": "image/png"
      },
      {
        "src": "/images/logo.png",
        "sizes": "2048x2732",
        "type": "image/png"
      },
      {
        "src": "/images/logo.png",
        "sizes": "2732x2048",
        "type": "image/png"
      }
    ],
    "shortcuts": [
      {
        "name": "Offline POS",
        "short_name": "POS",
        "description": "Quick access to offline POS sales system",
        "url": "/dashboard/sales/offline-pos",
        "icons": [
          {
            "src": "/images/logo.png",
            "sizes": "96x96"
          }
        ]
      },
      {
        "name": "Products",
        "short_name": "Products",
        "description": "Manage products and inventory",
        "url": "/dashboard/products",
        "icons": [
          {
            "src": "/images/logo.png",
            "sizes": "96x96"
          }
        ]
      },
      {
        "name": "Sales History",
        "short_name": "Sales",
        "description": "View sales history and reports",
        "url": "/dashboard/sales",
        "icons": [
          {
            "src": "/images/logo.png",
            "sizes": "96x96"
          }
        ]
      }
    ],
    "prefer_related_applications": false,
    "features": [
      "offline-pos",
      "barcode-scanning",
      "inventory-management",
      "sales-reporting",
      "receipt-generation",
      "background-sync"
    ]
  }
  