{
  "name": "Mooday - Resell & Rent Pre-loved Fashion",
  "short_name": "Mooday",
  "description": "A peer-to-peer marketplace for women in the UAE to resell or rent out fashion items they bought or received as gifts.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/app",
  "scope": "/app",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#fbf9f7",
  "theme_color": "#512443",
  "categories": ["shopping", "lifestyle", "social"],
  "id": "/app?source=pwa",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Find pre-loved fashion to resell or rent",
      "url": "/app?view=search",
      "icons": [
        { "src": "/icons/icon-192x192.png", "sizes": "192x192" }
      ]
    },
    {
      "name": "Sell an item",
      "short_name": "Sell",
      "description": "List something from your closet",
      "url": "/app?view=sell",
      "icons": [
        { "src": "/icons/icon-192x192.png", "sizes": "192x192" }
      ]
    },
    {
      "name": "My Vault",
      "short_name": "Vault",
      "description": "Open your saved items and chats",
      "url": "/app?view=profile",
      "icons": [
        { "src": "/icons/icon-192x192.png", "sizes": "192x192" }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "launch_handler": {
    "client_mode": "auto"
  },
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+mooday",
      "url": "/app?source=protocol&%s"
    }
  ]
}
