Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "TabHive",
"description": "Organize and manage your tabs in a structured, efficient way",
"version": "1.1.3",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"permissions": [
"tabs",
"tabGroups",
"storage",
"favicon",
"identity",
"alarms",
"notifications",
"sidePanel",
"windows"
],
"optional_permissions": [
"history",
"bookmarks"
],
"web_accessible_resources": [
{
"resources": [
"tab.html",
"content-modal.html",
"content-anchor.html",
"_favicon\/*",
"logo.png",
"bee-loader-1.lottie",
"bee-loader.lottie",
"extension_update.gif"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"side_panel": {
"default_path": "sidepanel.html"
},
"action": {
"default_title": "TabHive"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7G5dRW3ivmb9eu+KYIsbmbBmAgKwwUwYdeXpHQfhoCqV65vt6klSDZGf5ntnL37KT9yDNb+RAZFiQ\/eO3hPDpDIIvk2DnLF2FQCDBE+CL63w0xw4okyvEf0zfCQ6Zo09Rpibx\/hxrHcx9hArNGLNEWWQ86vHu+mO1\/vui8n6IJVdduA39JlWTpJ5T72w9P8CeAuqn4UX\/H8ienl6ypJoyzYx2QlraZCcHYGsUb2WUZ5911ccqEUB2DFCcusw7TSCe2+\/7aGdpRTAgP8v4SJXsshCe\/X9H2ksJIommlqcA6q8Goid7Kja3xb8gpUKg7N9q6kgfaw+bk82NzAB1q8kQQIDAQAB",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-scripts\/anchor.js",
"content-scripts\/content.js"
]
}
]
}