Inspect and view changes in Boss Hub | Design 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Boss Hub | Design",
"description": "BossHub Design | Sidebar, AI Design, UI,UX Design, Design Post, Design Webpage",
"version": "1.3.1",
"manifest_version": 3,
"permissions": [
"contextMenus",
"scripting",
"sidePanel"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"side_panel": {
"default_path": "popup-sidebar.html"
},
"icons": {
"16": "design-16.png",
"32": "design-32.png",
"48": "design-48.png",
"128": "design-128.png"
}
}