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": 2,
"name": "Tab Master",
"version": "1.0",
"icons": {
"64": "icon64.png",
"128": "icon128.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"64": "icon64.png",
"128": "icon128.png"
}
},
"background": {
"scripts": [
"background.js",
"jquery-3.6.0.min.js"
],
"persistent": false
},
"permissions": []
}