Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_extName__", "version": "6.0.3", "homepage_url": "https:\/\/safetoopen.com\/", "description": "__MSG_appDesc__", "short_name": "SafeToOpen", "storage": { "managed_schema": "schema.json" }, "permissions": [ "downloads", "storage", "tabs", "alarms", "contextMenus", "history", "webRequest", "webNavigation", "activeTab", "declarativeNetRequest", "scripting", "nativeMessaging" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "host_permissions": [ "<all_urls>", "file:\/\/\/" ], "background": { "service_worker": "js\/worker.js", "type": "module", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }, "action": { "default_icon": "images\/SafeToOpen_128.png", "default_title": "SafeToOpen", "default_popup": "html\/popup.html" }, "icons": { "16": "images\/SafeToOpen_16.png", "32": "images\/SafeToOpen_32.png", "48": "images\/SafeToOpen_48.png", "128": "images\/SafeToOpen_128.png" }, "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "html\/*", "css\/*", "js\/*", "images\/*", "data\/*" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>", "file:\/\/\/" ], "all_frames": false, "js": [ "js\/safetoopen.js", "js\/psl.min.js", "js\/enc.js", "js\/jquery-3.6.1.js", "js\/html2canvas.min.js", "js\/patterns.js", "js\/visuals.js", "js\/preview.js" ], "css": [ "css\/alerts.css", "css\/style.css" ], "run_at": "document_idle", "match_about_blank": true }, { "js": [ "js\/psl.min.js", "js\/frames.js", "js\/jquery-3.6.1.js", "js\/patterns.js", "js\/iframe_script.js", "js\/visuals.js" ], "matches": [ "<all_urls>" ], "all_frames": true, "run_at": "document_end" } ] }