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": "Browser Lock",
"short_name": "Browser Lock",
"version": "1.3",
"description": "Locks your browser with a password so that no one can access it except you.",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"options_page": "options\/index.html",
"permissions": [
"storage",
"windows",
"tabs",
"idle",
"alarms"
],
"action": {
"default_title": "Browser Lock",
"default_icon": "icons\/Browserlocker.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"web_accessible_resources": [
{
"resources": [
"password.html",
"reset_password.html",
"style-lock.css",
"reset-style.css",
"password.js",
"reset_password.js",
"icons\/Browserlocker.png"
],
"matches": [
"<all_urls>"
]
}
]
}