{
  "name": "Ideabazar - Ideas Marketplace",
  "short_name": "Ideabazar",
  "description": "Your gateway to executable ideas and freelance commerce. Browse, buy, and sell business ideas, products, and services.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "scope": "/",
  "background_color": "#0f172a",
  "theme_color": "#F59E0B",
  "categories": ["business", "marketplace", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots": [
    {
      "src": "/icons/favicon.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Ideabazar Home Page"
    },
    {
      "src": "/icons/favicon.svg",
      "sizes": "720x1280",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Ideabazar Mobile View"
    }
  ],
  "icons": [
    {
      "src": "/icons/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ideas Marketplace",
      "short_name": "Ideas",
      "description": "Browse execution-ready ideas",
      "url": "/ideas",
      "icons": [{ "src": "/icons/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Task Board",
      "short_name": "Tasks",
      "description": "Have Ideas & Need Solutions",
      "url": "/tasks",
      "icons": [{ "src": "/icons/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Your personal dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Wallet",
      "short_name": "Wallet",
      "description": "Manage your earnings",
      "url": "/wallet",
      "icons": [{ "src": "/icons/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Products",
      "short_name": "Products",
      "description": "Elite marketplace for products",
      "url": "/products",
      "icons": [{ "src": "/icons/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "protocol_handlers": [
    {
      "protocol": "web+ideabazar",
      "url": "/%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
