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": "Sentinel AI Shield", "description": "SentinelAI Shield Chrome Extension allows businesses to protect data that is accessed outside protected facilities", "version": "1.0.3", "manifest_version": 3, "icons": { "16": "Sutherland16.png", "32": "Sutherland32.png", "48": "Sutherland48.png", "128": "Sutherland128.png" }, "content_scripts": [ { "all_frames": true, "run_at": "document_start", "js": [ "contentScript.js", "Execute.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "service_worker": "SutherlandSentinel.js" }, "action": { "default_icon": { "16": "Sutherland16.png", "32": "Sutherland32.png", "48": "Sutherland48.png", "128": "Sutherland128.png" } }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiY+L4Alf8kaukRohWrX34GOsBhcRQC9jvASl7x9LIwqpwXrTFnw+QKjK+maLu9MI5GZ5Na0c5l8qiwIx802fPcFg+6D6D1HbmRJ1bPi\/YSBbTq\/OYMZvg07IibumOX+\/P0ETbDc9j+8oVWZTT19vML5dXxCcEH+Qbco\/tUdMyEgROphkyYuy\/IxTgwZ\/TF11tZwj8DqXPyxAuIKSkjhiIBrtlQ+VkOSYZgsIQ88Bk4P5bqZTmHCJw3a0ltCZPzLl\/0JI2OFW9p0tWPyVbnoqu4QZ3dsxmNMkc+uoc9Fs78x7xGOulMusj2dzU52ZJoQwoXpbx3uY5+bZvewKu98T1QIDAQAB", "permissions": [ "nativeMessaging", "activeTab", "scripting", "tabs", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "css\/general.css", "Images\/Notepad.png", "Images\/Eye.png" ], "matches": [ "<all_urls>" ] } ] }