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": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "5.0.1",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"default_locale": "en",
"permissions": [
"storage",
"identity"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2VF7zc2CNwMSnIscTJ2Aa0JKX7puD3ilw1pgn9XIjNPdVd10jScJcAGewQXOON9RveWEyLeu3GiShsGAgjZKmzwRIUpsnta6MJ9oktbYare4YLZaX0ISzORGR9hv7PVKS3AEyZJrjcbmcLEXckeAnsCL+qXqoxCCUJt4+SVL51Df3CX3yHRBkSNfnhnHHIbRVaB0sNAK0d8Uwo7XWuyxQb1r6cF\/az5sHWV3IfLGuPdePuGciis54JsKX5gV07S1u7\/ODUgX80JHKHCs5o7otfs3vHm8AiRufPVBWZTmxjcXjDqNHoViv\/7x6HUyLR9wbodlbmvGYoQ7xWoLjcsXUQIDAQAB",
"oauth2": {
"client_id": "473715094761-ar7brjsq38qkea4e7povf6uno0mttubb.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"incognito": "spanning",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"*.html"
]
}
],
"background": {
"type": "module",
"service_worker": "background.js"
},
"action": {
"default_title": "Adult Blocker",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_end",
"js": [
"content-scripts\/end.js"
]
},
{
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"js": [
"content-scripts\/start.js"
]
}
]
}