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_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "2.0.11",
"icons": {
"16": "icons\/color_icon16.png",
"48": "icons\/color_icon48.png",
"128": "icons\/color_icon128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/color_icon16.png",
"48": "icons\/color_icon48.png",
"128": "icons\/color_icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"options_page": "options\/options.html",
"permissions": [
"alarms",
"notifications",
"storage",
"tabs",
"windows"
],
"web_accessible_resources": [
{
"resources": [
"onboarding\/*",
"lock\/*",
"icons\/*"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"lock_now": {
"suggested_key": {
"default": "Alt+L",
"mac": "Command+Shift+L"
},
"description": "Lock now"
},
"_execute_action": {
"description": "__MSG_cmd_open_menu__"
},
"open_menu": {
"description": "Open menu"
}
}
}