{
  "name": "Yehulu Market — የሁሉ ገበያ",
  "short_name": "Yehulu",
  "description": "Your local marketplace in Arba Minch, Ethiopia. Shop from local sellers, track orders, and support your community.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#005C5A",
  "theme_color": "#00827F",
  "lang": "en",
  "dir": "ltr",
  "categories": ["shopping", "food", "lifestyle"],
  "icons": [
    { "src": "/public/icons/icon-48.png",  "sizes": "48x48",   "type": "image/png", "purpose": "any" },
    { "src": "/public/icons/icon-72.png",  "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/public/icons/icon-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/public/icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/public/icons/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/public/icons/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/public/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/public/icons/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/public/icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/public/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Browse Products",
      "short_name": "Shop",
      "description": "Browse all products from local sellers",
      "url": "/shop.php?source=shortcut",
      "icons": [{ "src": "/public/icons/shortcut-shop.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your order history and track deliveries",
      "url": "/orders.php?source=shortcut",
      "icons": [{ "src": "/public/icons/shortcut-orders.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "All Shops",
      "short_name": "Shops",
      "description": "Browse local shops in Arba Minch",
      "url": "/shops.php?source=shortcut",
      "icons": [{ "src": "/public/icons/shortcut-stores.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/public/icons/screenshot-mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen with featured products"
    },
    {
      "src": "/public/icons/screenshot-mobile-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Product browsing with filters"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=et.yehulu.market",
      "id": "et.yehulu.market"
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/shop.php",
    "method": "GET",
    "params": { "text": "q" }
  }
}
