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,
"version": "5.5.6",
"default_locale": "en",
"name": "__MSG_name_s__",
"description": "__MSG_description__",
"permissions": [
"activeTab",
"contextMenus",
"storage",
"downloads",
"sidePanel",
"favicon",
"scripting",
"bookmarks"
],
"host_permissions": [
"http:\/\/yeskeeper.com\/",
"https:\/\/*.yeskeeper.com\/"
],
"icons": {
"16": "assets\/icon.png",
"48": "assets\/icon.png",
"128": "assets\/icon.png"
},
"action": {
"default_icon": "assets\/icon.png",
"default_popup": "html\/user.html"
},
"side_panel": {
"default_path": "html\/side_panel.html",
"open_panel_on_action_click": true
},
"options_page": "html\/setting_more.html",
"commands": {
"shortcut_saveurl": {
"suggested_key": {
"default": "Alt+Shift+W"
},
"description": "save link"
},
"shortcut_savesnap": {
"suggested_key": {
"default": "Alt+Shift+Q"
},
"description": "save snapshot"
},
"shortcut_capture_all": {
"suggested_key": {
"default": "Alt+Shift+S"
},
"description": "capture all"
}
},
"optional_host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"assets\/page_content.css",
"html\/*",
"_favicon\/*"
],
"matches": [
"<all_urls>"
],
"extension_ids": [
"*"
]
}
],
"background": {
"service_worker": "service-worker.js"
}
}