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": "__MSG_app_name__",
"default_locale": "en",
"version": "1.0.7",
"manifest_version": 3,
"description": "__MSG_app_description__",
"permissions": [
"storage",
"tabs",
"sidePanel",
"bookmarks"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"side_panel": {
"default_path": "index.html"
},
"action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"commands": {
"close_all_tabs": {
"suggested_key": {
"default": "Alt+P"
},
"description": "Set panic button to close all tabs and save them in a folder."
},
"save_tab": {
"suggested_key": {
"default": "Alt+S"
},
"description": "Save current tab as bookmark."
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"host_permissions": [
"https:\/\/www.reddit.com\/*"
]
}