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": "HaramBlur - Blur Haram & NSFW Images & Videos",
"description": "Protect your privacy and uphold Islamic values by auto detecting & blurring images and videos of unwanted or impermissible content.",
"version": "0.6.5",
"permissions": [
"storage",
"offscreen",
"contextMenus",
"scripting",
"declarativeNetRequestWithHostAccess",
"alarms",
"tabs",
"identity"
],
"host_permissions": [
"<all_urls>"
],
"author": "[email protected]",
"action": {
"default_title": "HaramBlur",
"default_popup": "dist\/popup\/popup.html"
},
"options_ui": {
"page": "dist\/options\/options.html",
"open_in_tab": true
},
"minimum_chrome_version": "109",
"background": {
"service_worker": "dist\/background.js",
"type": "module"
},
"icons": {
"48": "src\/assets\/hb-icon-48.png",
"128": "src\/assets\/hb-icon-128.png"
},
"content_scripts": [
{
"js": [
"dist\/content.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"src\/assets\/*",
"src\/debug.js",
"src\/modules\/auth.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"incognito": "split",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp5OhtiABBslQCzvFFlj\/Q0wVKqHpx10+kZfouC7hmQkAHBV+eL0DxKdh5GRlX1vmaUibgr1icd118KlaKJrqduay1rsQuSciUEt4w7jrSoVnmagkVthux1YLjvf1QxnxG1VymF\/hwfYCorRLmCbF1hftdsmD9tjckQPQ9k\/YPna9Yb+WIxh3c87zu\/pSFolUSsE6UD45LDulvmiCAlxmGRFjz9hqMc4ITklIE1mDpcrlyjn\/n09hTHqZ6tXG1YxZP+JUZCGPRhuK\/s\/AI8laXekvPtTOkKlSmekUEWhfTEzE5Fxl4TWk2TLMA6izjLx\/P3wEUjOt\/Yx37EQpGE40jwIDAQAB",
"oauth2": {
"client_id": "531877897793-c4r4ejvanbqd87kt7eeloiser1vninns.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
}
}