{
  "name": "UniMarket - Kenya's Student Marketplace",
  "short_name": "UniMarket",
  "description": "Buy and sell textbooks, electronics, furniture, and campus essentials. Join thousands of university students saving money at UniMarket Kenya.",
  "start_url": "/?utm_source=pwa&utm_medium=standalone",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#0d9488",
  "id": "com.unimarket.kenya",
  "lang": "en-KE",
  "dir": "ltr",
  "categories": [
    "shopping",
    "education",
    "lifestyle",
    "social"
  ],
  
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/maskable-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/home-desktop.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Homepage showing campus deals"
    },
    {
      "src": "/screenshots/home-mobile.jpg",
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Mobile view of student marketplace"
    },
    {
      "src": "/screenshots/product-details.jpg",
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Product details with campus delivery"
    },
    {
      "src": "/screenshots/categories.jpg",
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Browse campus product categories"
    }
  ],

  "shortcuts": [
    {
      "name": "Search Items",
      "short_name": "Search",
      "description": "Find campus items quickly",
      "url": "/search?utm_source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/search-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Flash Sales",
      "short_name": "Deals",
      "description": "Limited time student deals",
      "url": "/flash-sales?utm_source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/deals-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/cart?utm_source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/cart-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Sell Item",
      "short_name": "Sell",
      "description": "List your campus items",
      "url": "/sell?utm_source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/sell-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],

  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.unimarket.kenya",
      "id": "com.unimarket.kenya"
    }
  ],
  "prefer_related_applications": false,

  "iarc_rating_id": "e58c174a-81d2-5c3c-32cc-34e8b4e7",
  
  "protocol_handlers": [
    {
      "protocol": "web+unimarket",
      "url": "/handle?type=%s"
    }
  ]
}