{
  "name": "LinkYanga - Online Store & Order Management",
  "short_name": "LinkYanga",
  "description": "Your trusted online marketplace for quality products in Malawi. Shop electronics, clothing, home goods and more with secure payments and fast delivery.",
  "icons": [
    {
      "src": "/static/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "theme_color": "#059669",
  "background_color": "#ffffff",
  "display": "standalone",
  "start_url": "/",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["shopping", "ecommerce", "marketplace", "business"],
  "lang": "en-MW",
  "dir": "ltr",
  "screenshots": [
    {
      "src": "/static/screenshots/home-mobile.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "platform": "narrow",
      "label": "LinkYanga Store Homepage"
    },
    {
      "src": "/static/screenshots/products-mobile.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "platform": "narrow",
      "label": "Browse Products"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Products",
      "short_name": "Products",
      "description": "View all available products",
      "url": "/store/products",
      "icons": [
        {
          "src": "/static/icons/shortcut-products.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Track Order",
      "short_name": "Track",
      "description": "Track your order status",
      "url": "/store/track"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}