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": "Smart Tab Manager - Control Browser Tabs",
"description": "Limit and manage browser tabs efficiently. Set maximum tabs per window and total to improve browsing performance and productivity.",
"version": "1.0.0",
"icons": {
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": {
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_popup": "options.html",
"default_title": "Smart Tab Manager"
},
"options_page": "options.html",
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"manifest_version": 3
}