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",
"version": "0.2.0",
"manifest_version": 3,
"name": "Password Lock for Messenger\u2122",
"default_locale": "en",
"permissions": [
"storage",
"alarms",
"idle",
"contextMenus"
],
"host_permissions": [
"https:\/\/www.messenger.com\/*"
],
"background": {
"service_worker": "worker.js"
},
"description": "An easy-to-use password protector for messenger",
"homepage_url": "https:\/\/mybrowseraddon.com\/messenger-web.html",
"action": [],
"icons": {
"16": "\/data\/icons\/16.png",
"32": "\/data\/icons\/32.png",
"48": "\/data\/icons\/48.png",
"64": "\/data\/icons\/64.png",
"128": "\/data\/icons\/128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.messenger.com\/*"
],
"js": [
"\/data\/blocker\/run.js"
],
"css": [
"\/data\/blocker\/run.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"\/data\/lock\/index.html"
],
"matches": [
"https:\/\/www.messenger.com\/*"
]
}
],
"commands": {
"_execute_action": []
}
}