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 Guard",
"version": "1.0",
"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": [
"activeTab",
"storage",
"webRequest",
"tabs",
"downloads",
"<all_urls>",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"idle",
"windows"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "BrowserLock",
"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"
}
}