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": "4.0.45",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"homepage_url": "http:\/\/locker.io",
"manifest_version": 3,
"default_locale": "en",
"action": {
"default_popup": "index.html",
"default_title": "__MSG_extName__",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"permissions": [
"tabs",
"contextMenus",
"storage",
"unlimitedStorage",
"clipboardWrite",
"idle",
"activeTab"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"optional_permissions": [
"nativeMessaging"
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "static\/js\/background.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+K",
"mac": "Command+Shift+K"
}
}
},
"content_scripts": [
{
"all_frames": true,
"match_about_blank": true,
"js": [
"static\/js\/content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
],
"run_at": "document_start"
},
{
"all_frames": false,
"js": [
"static\/js\/content-check-scam.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"menu.html",
"bar.html",
"check-scam.html",
"icons\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"externally_connectable": {
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
}