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": "Scam Sniffer", "version": "0.0.50", "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "description": "Help people fight against crypto scammers", "homepage_url": "https:\/\/scamsniffer.io?utm_source=plugin", "short_name": "Scam Sniffer", "host_permissions": [ "https:\/\/domain-api.scamsniffer.io\/*", "*:\/\/*\/*" ], "permissions": [ "storage", "tabs", "webRequest" ], "author": "fun", "minimum_chrome_version": "88", "action": { "default_icon": "assets\/icons\/48.png", "default_title": "Scam Sniffer", "default_popup": "popup.html" }, "background": { "service_worker": "js\/background.bundle.js" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "assets\/js\/*", "dialog.html" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "run_at": "document_start", "all_frames": true, "js": [ "js\/firewall.bundle.js" ] }, { "matches": [ "<all_urls>" ], "all_frames": true, "js": [ "js\/contentScript.bundle.js" ] } ] }