Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_manifest_name__",
"description": "__MSG_manifest_description__",
"version": "4.5.1",
"action": {
"default_title": "__MSG_manifest_browser_action_title__",
"default_popup": "sessions.html"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"cookies",
"activeTab",
"tabs",
"storage",
"contextMenus"
],
"host_permissions": [
"*:\/\/*.dotoast.com\/*"
],
"optional_permissions": [
"scripting"
],
"optional_host_permissions": [
"*:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"images\/icons\/*",
"embed\/embed.css",
"embed\/crust.css"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"saveSession": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "MacCtrl+Shift+S"
},
"description": "__MSG_manifest_commands_saveSession__"
},
"saveAndShareSession": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "MacCtrl+Shift+E"
},
"description": "__MSG_manifest_commands_saveAndShareSession__"
},
"addCurrentPageToSession": {
"suggested_key": {
"default": "Ctrl+Shift+U",
"mac": "MacCtrl+Shift+U"
},
"description": "__MSG_manifest_commands_addCurrentPage__"
},
"openWebSessionManager": {
"suggested_key": {
"default": "Ctrl+Shift+M",
"mac": "MacCtrl+Shift+M"
},
"description": "__MSG_manifest_commands_openWebManager__"
}
}
}