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", "name": "__MSG_appName__", "version": "1.1.0", "manifest_version": 3, "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "48": "icons\/icon.png", "128": "icons\/icon.png" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "action": { "default_icon": { "48": "icons\/icon.png", "128": "icons\/icon.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "permissions": [ "storage" ], "host_permissions": [ "<all_urls>", "https:\/\/parental-control-blocker-pay.aikc.net\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/jquery-3.6.0.min.js", "js\/pornblock.js" ], "run_at": "document_idle" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; font-src 'self' https:\/\/fonts.gstatic.com; style-src 'self' https:\/\/fonts.googleapis.com; connect-src 'self' https:\/\/*.workers.dev https:\/\/parental-control-blocker-pay.aikc.net" }, "web_accessible_resources": [ { "resources": [ "blocked.html", "settings.html", "css\/*", "js\/*" ], "matches": [ "<all_urls>" ] } ] }