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",
"manifest_version": 3,
"name": "BeSafe",
"description": "Windows protector, Kids safe, Parental Control",
"version": "1.82.23",
"default_locale": "en",
"permissions": [
"contextMenus",
"storage",
"activeTab",
"tabs",
"scripting",
"notifications",
"identity",
"webNavigation",
"declarativeNetRequest"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"https:\/\/www.googleapis.com\/*"
],
"oauth2": {
"client_id": "168083559711-u0h4me8b2g796n0agc3ge7j6gjt9flm3.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content-script.js"
],
"web_accessible_resources": [
{
"resources": [
"editor.html",
"editor.js",
"editor.css",
"blocked.html",
"blocked.js",
"blocked.css",
"loader.css",
"asherblacklist.txt",
"asherwhitelist.txt",
"asherblackwordslist.txt",
"welcome.html",
"welcome.js",
"Images\/icon32.png",
"logo.jpg"
],
"matches": [
"<all_urls>"
]
}
]
}
],
"action": {
"default_icon": {
"16": "Images\/icon16.png",
"32": "Images\/icon32.png",
"48": "Images\/icon48.png",
"128": "Images\/icon128.png"
}
},
"options_ui": {
"page": "editor.html",
"open_in_tab": true
},
"icons": {
"16": "Images\/icon16.png",
"32": "Images\/icon32.png",
"48": "Images\/icon48.png",
"128": "Images\/icon128.png"
}
}