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": "__MSG_extensionName__",
"version": "3.0.1",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_title": "__MSG_popupTitle__"
},
"background": {
"service_worker": "background\/service-worker.js"
},
"permissions": [
"tabs",
"storage",
"idle",
"notifications",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"commands": {
"suspend-all": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Suspend all inactive tabs"
},
"restore-all": {
"suggested_key": {
"default": "Ctrl+Shift+R",
"mac": "Command+Shift+R"
},
"description": "Restore all suspended tabs"
},
"toggle-auto-suspend": {
"suggested_key": {
"default": "Ctrl+Shift+A",
"mac": "Command+Shift+A"
},
"description": "Toggle auto-suspend on\/off"
},
"undo": {
"suggested_key": {
"default": "Ctrl+Shift+Z",
"mac": "Command+Shift+Z"
},
"description": "Undo last action"
}
},
"options_page": "options\/options.html"
}