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",
"name": "Tabs Manager | Sitespedia - Save, Organize, and Sync Your Browser Tabs",
"manifest_version": 3,
"description": "Organize and manage all the active and inactive tabs on your Chrome browser in one place with the tab manager.",
"host_permissions": [
"https:\/\/sitespedia.com\/",
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/",
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"stpa_tab_script.css"
],
"js": [
"stpa_tab_script.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"version": "0.3.3",
"icons": {
"16": "icons\/tab-16x16.png",
"32": "icons\/tab-32x32.png",
"128": "icons\/tab-128x128.png",
"512": "icons\/tab-512x512.png"
},
"short_name": "tab",
"web_accessible_resources": [
{
"resources": [
"\/*",
"icons\/*",
"frontend\/*",
"font\/*"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+L",
"mac": "Command+Shift+Z"
}
}
},
"permissions": [
"tabs",
"storage",
"cookies",
"activeTab",
"scripting",
"management"
]
}