{
  "id": "/shop.html",
  "name": "Wazobia Store",
  "short_name": "Wazobia",
  "description": "Very affordable prices on phones, electronics, generators, home appliances and more from verified Nigerian sellers. Pay on delivery.",
  "start_url": "/shop.html",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#FAF6F0",
  "theme_color": "#241A33",
  "lang": "en-NG",
  "dir": "ltr",
  "categories": [
    "shopping",
    "business"
  ],
  "prefer_related_applications": false,
  "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-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse products",
      "url": "/shop.html",
      "description": "See everything on the market"
    },
    {
      "name": "My orders",
      "url": "/shop.html",
      "description": "Track a delivery"
    },
    {
      "name": "Seller dashboard",
      "url": "/seller.html",
      "description": "Manage your shop"
    }
  ]
}