{
  "name": "Hudiya — Where Community Meets Marketplace",
  "short_name": "Hudiya",
  "description": "Hudiya brings together social connection and a marketplace so you can find your community, support creators you love, and buy from them securely.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#fce4f0",
  "theme_color": "#FF69B4",
  "orientation": "portrait",
  "categories": ["social", "shopping", "entertainment"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {"src": "/static/images/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
    {"src": "/static/images/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable"},
    {"src": "/static/images/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"},
    {"src": "/static/images/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"},
    {"src": "/static/images/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any"},
    {"src": "/static/images/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "maskable"}
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Marketplace",
      "short_name": "Shop",
      "description": "Browse products",
      "url": "/payments/marketplace/global/"
    },
    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "View messages",
      "url": "/inbox/"
    },
    {
      "name": "Create Post",
      "short_name": "Post",
      "description": "Share an update",
      "url": "/write-post/"
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "description": "View notifications",
      "url": "/notifications/"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+hudiya",
      "url": "/app/?hudiya=%s"
    }
  ],
  "note_taking": {
    "new_note_url": "/write-post/?note=new"
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
