{
  "name": "SSMarket - South Sudan Marketplace",
  "short_name": "SSMarket",
  "description": "Buy and sell anything across South Sudan. Electronics, vehicles, property, food and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F8FAFC",
  "theme_color": "#2563EB",
  "lang": "en",
  "dir": "ltr",
  "categories": ["shopping", "marketplace", "business"],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Listings",
      "short_name": "Browse",
      "description": "Browse all listings across South Sudan",
      "url": "/browse",
      "icons": [{"src": "/icon.png", "sizes": "512x512"}]
    },
    {
      "name": "Post Free Ad",
      "short_name": "Post Ad",
      "description": "Post a new listing for free",
      "url": "/post",
      "icons": [{"src": "/icon.png", "sizes": "512x512"}]
    },
    {
      "name": "Sign Up",
      "short_name": "Sign Up",
      "description": "Create your free account",
      "url": "/auth",
      "icons": [{"src": "/icon.png", "sizes": "512x512"}]
    }
  ],
  "prefer_related_applications": false
}

