Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "background": { "persistent": false, "scripts": [ "node_modules\/idb-keyval\/dist\/idb-keyval-min.js", "scripts\/general.js", "scripts\/eventPage.js" ] }, "browser_action": { "default_popup": "SutherlandWebSpy.html", "default_title": "Sentinel.AI Shield Masking Tool" }, "content_scripts": [ { "all_frames": true, "run_at": "document_start", "js": [ "scripts\/general.js", "scripts\/contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "This extension is used for creating runtime script to enable data protection on web forms.", "icons": { "16": "images\/Sutherland16.png", "32": "images\/Sutherland32.png", "48": "images\/Sutherland48.png", "128": "images\/Sutherland128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlUU\/0bGnL7Ap0B2kQKGxto4SB2e6b2x+74BDn8pgia8fB5r1CKyapFbjkZl+FxKYXvPJoX0mgaAj7d5zrgHwmuJAtymdfBB3uSAxKR08jVO7D9ZCyenMP8+Js5z6zDKkQqzTJVHL7NtMahefs7IncjflY3YXGrxCsHFwQ\/TOKP+lEs8ESB7M5U8B0V5Nj+em5x+9CwHMiHafVNbHBzbPOZTXkriC5YWWGjgcrZ1N7sIQbIQ3mOX+GJTRdqhvg+LCt4avcN4R3AzKGCp3zxiZZAQQcd8qonRzmfEFLW03YJ8dAoR2uXclLYFeOlf2hszrUW0yavJHPbPJf1IJXKbj6QIDAQAB", "manifest_version": 2, "name": "Sentinel.AI Shield Masking Tool", "permissions": [ "nativeMessaging", "activeTab", "tabs", "contextMenus", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0", "web_accessible_resources": [ "css\/general.css" ] }