{
  "name": "Ahia Main Market",
  "short_name": "Ahia Market",
  "description": "AI-Powered Global Marketplace with Biometric Authentication",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["shopping", "business", "lifestyle"],
  "icons": [
    {
      "src": "/static/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/mobile-home.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/static/screenshots/desktop-home.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Products",
      "short_name": "Browse",
      "description": "Browse marketplace products",
      "url": "/marketplace/",
      "icons": [
        {
          "src": "/static/icons/shop-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Purchased Orders",
      "short_name": "Orders",
      "description": "View your orders",
      "url": "/marketplace/orders/",
      "icons": [
        {
          "src": "/static/icons/orders-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Sell Products",
      "short_name": "Sell",
      "description": "Start selling on Ahia",
      "url": "/accounts/become-seller/",
      "icons": [
        {
          "src": "/static/icons/sell-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.ahia.market",
      "id": "com.ahia.market"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/ahia-market/id123456789"
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/marketplace/share/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
