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,
"version": "0.0.01",
"minimum_chrome_version": "123",
"default_locale": "en",
"name": "__MSG_extName__",
"short_name": "tabPack",
"description": "__MSG_extDescription__",
"author": "tabRail",
"homepage_url": "https:\/\/tabpack.brahmastra.app\/",
"icons": {
"16": "icon.png",
"128": "icon_128.png"
},
"action": {
"default_popup": "popup\/index.html"
},
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+P",
"windows": "Alt+P",
"mac": "Alt+P",
"linux": "Alt+P"
}
}
},
"permissions": [
"tabs",
"tabGroups",
"storage",
"contextMenus"
]
}