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_extension_name__",
"description": "__MSG_extension_description__",
"version": "1.0.11",
"manifest_version": 3,
"default_locale": "en",
"homepage_url": "https:\/\/browser-lock.com",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icons\/48.png"
},
"background": {
"service_worker": "js\/background.16960018.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"img\/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"tabs",
"windows",
"idle"
],
"commands": {
"lock_browser": {
"suggested_key": {
"default": "Alt+Shift+L",
"mac": "Command+Shift+L"
},
"description": "__MSG_lock_browser__"
}
}
}