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": "ZeroRAM Suspender",
"description": "__MSG_extDescription__",
"author": "Yu-Hsiung Chiu",
"version": "1.6.0",
"manifest_version": 3,
"minimum_chrome_version": "88",
"default_locale": "en",
"permissions": [
"tabs",
"storage",
"activeTab",
"alarms",
"favicon"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_title": "ZeroRAM Suspender",
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"commands": {
"01-toggle-suspend": {
"suggested_key": {
"default": "Ctrl+Shift+Z"
},
"description": "__MSG_shortcutToggleSuspend__"
},
"02-suspend-others-window": {
"description": "__MSG_suspendOthers__"
},
"03-suspend-others-all": {
"description": "__MSG_suspendAllOthersAllWindows__"
},
"04-unsuspend-all-window": {
"description": "__MSG_unsuspendAllThisWindow__"
},
"05-unsuspend-all": {
"description": "__MSG_unsuspendAll__"
}
},
"web_accessible_resources": [
{
"resources": [
"suspended.html",
"suspended.js",
"i18n.js",
"style.css",
"_favicon\/*"
],
"matches": [
"<all_urls>"
],
"extension_ids": [
"*"
]
}
]
}