{
  "id": "com.dailylagbe.app",
  "name": "Daily Lagbe - Online Grocery Delivery",
  "short_name": "Daily Lagbe",
  "description": "Fresh groceries and household essentials delivered fast to your doorstep.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "window-controls-overlay", "tabbed"],
  "orientation": "portrait",
  "background_color": "#0a1f44",
  "theme_color": "#0a1f44",
  "lang": "en",
  "dir": "ltr",
  "categories": ["shopping", "food", "lifestyle"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/screenshot1.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Home Page" },
    { "src": "/screenshot2.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Product Page" },
    { "src": "/screenshot-wide1.png", "sizes": "1920x1080", "type": "image/png", "form_factor": "wide", "label": "Home Page - Desktop" },
    { "src": "/screenshot-wide2.png", "sizes": "1920x1080", "type": "image/png", "form_factor": "wide", "label": "Track Order - Desktop" }
  ],
  "shortcuts": [
    { "name": "Track Order", "url": "/?view=track", "icons": [{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" }] },
    { "name": "Cart", "url": "/cart.html", "icons": [{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" }] },
    { "name": "Categories", "url": "/?view=categories", "icons": [{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" }] }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": { "text": "q" }
  },
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "e84b072d-52b2-4587-91ab-6d5fa3287f2a",
  "launch_handler": { "client_mode": "navigate-existing" },
  "edge_side_panel": { "preferred_width": 400 },
  "scope_extensions": [
    { "origin": "https://dailylagbe.com" }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/json": [".json"],
        "text/plain": [".txt"]
      },
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+dailylagbe",
      "url": "/?view=%s"
    }
  ],
  "widgets": [
    {
      "name": "Daily Lagbe",
      "short_name": "Daily Lagbe",
      "description": "Quick access to your grocery store",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }],
      "tag": "com.dailylagbe.widget",
      "template": "default",
      "data": "default"
    }
  ],
  "note_taking": {
    "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
  }
}
