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": "Porn Blocker & Recovery - Hajr",
"version": "0.0.0.1",
"description": "Block adult content, blur inappropriate images, and track your recovery journey with gamified streaks and accountability.",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx8yq3Sk9\/fXew\/rcr4KFhb3WF7hh1ujWiAWtmFUWiekq\/tUsy62ybSN0SxckroPMoHW0iBhrgRouCj1gf1tEO4XCGsFLKA0QyBpIyO1OGhxZxow4mv4t7DSEOOy568W+UmDHUdmZAoubeHQRH4rsD6DhnEupkVnIPh7H8jAxdPwGJZzpB77BVjSCoHeJhBBiZqNlE9dmAgHb14mCV1+fOv7VOOwV2Yui0tpMur0eW23fyTEX0HFrWM3QWGV676SxlP+XI+Iwjk33ap3u64bIewjAVeJcqtjInI2YjRv3PTAwPcSCodrlGB73V5Tl\/39SKHSH9vWZzWYJMNll1oUhPwIDAQAB",
"icons": {
"16": "assets\/icons\/icon-16.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "assets\/icons\/icon-16.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
}
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"permissions": [
"identity",
"storage",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"offscreen"
],
"oauth2": {
"client_id": "809929760228-8rj1oqcesapivpnr8584tcbfbhaivlgd.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background\/service-worker.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content\/content-script.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"pages\/*",
"lib\/*",
"assets\/*",
"lib\/*.wasm"
],
"matches": [
"<all_urls>"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "default_blocklist",
"enabled": true,
"path": "rules\/blocklist.json"
},
{
"id": "socialmedia_blocklist",
"enabled": false,
"path": "rules\/socialmedia-blocklist.json"
},
{
"id": "shortvideo_blocklist",
"enabled": false,
"path": "rules\/shortvideo-blocklist.json"
}
]
}
}