{
  "name": "ReNew Market",
  "short_name": "ReNew",
  "description": "Sustainable marketplace for upcycled clothing, furniture, and recycled goods. Give every object a second story.",
  "id": "/",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait",
  "background_color": "#f5f4f0",
  "theme_color": "#4a6e4e",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["shopping", "lifestyle", "social"],
  "icons": [
    { "src": "/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Browse listings", "short_name": "Browse", "url": "/browse",   "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Sell an item",    "short_name": "Sell",   "url": "/sell",     "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Your orders",     "short_name": "Orders", "url": "/orders",   "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Your closet",     "short_name": "Closet", "url": "/closet",   "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ],
  "screenshots": [],
  "share_target": {
    "action": "/sell",
    "method": "GET",
    "params": {
      "title": "title",
      "text":  "description",
      "url":   "url"
    }
  },
  "prefer_related_applications": false
}
