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": "Tab Suspender",
"description": "Suspends inactive tabs to save memory and CPU usage",
"version": "1.0.4",
"permissions": [
"tabs",
"storage",
"activeTab",
"webNavigation"
],
"host_permissions": [
"*:\/\/*\/*"
],
"action": {
"default_icon": "favicon.ico"
},
"icons": {
"128": "favicon-128.png",
"256": "favicon-256.png"
},
"background": {
"service_worker": "sw.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
}