Examine source code of Boss Hub | Link

Inspect and view changes in Boss Hub | Link source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Boss Hub | Link",
  "description": "BossHub | Sidebar, BOSS Link is Trusted by over 10000+ users. Bio Link solutions for personal & business needs.",
  "version": "2.0.0",
  "manifest_version": 3,
  "permissions": [
    "contextMenus",
    "scripting",
    "sidePanel"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "side_panel": {
    "default_path": "popup-sidebar.html"
  },
  "icons": {
    "16": "link-16.png",
    "32": "link-32.png",
    "48": "link-48.png",
    "128": "link-128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}