{
    "name": "Empire Cart",
    "short_name": "Empire Cart",
    "description": "A modern marketplace where you can buy, sell, and discover products quickly, securely, and effortlessly.",
    "theme_color": "#F5F7FA",
    "background_color": "#fff",
    "display": "standalone",
    "orientation": "portrait",
    "scope": "/",
    "start_url": "/store.html",
    "icons": [
        {
          "src": "/logo/app-logo.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any maskable"
        },
        {
          "src": "/logo/app-logo.png",
          "sizes": "784x772",
          "type": "image/png",
          "purpose": "any maskable"
        }
    ],
    "categories": ["shopping", "business", "productivity"]
}  