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_manifest_extensionName__", "description": "__MSG_manifest_extensionDescription__", "version": "0.4.9.0", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApclAvohNqSSig0kKIWv60yCHsqGIqQ8\/76Ufxl2oXtrQFamqg5hRoOJ+S4qftAyIUIMjbVvcfo4dZx0Y0aOxrKJlE11iXuNm7UQTwU+aL\/mXPk78AXAzJaMufUJYvwGhafGJi20FS\/h401DwKhYXD5gAnA12DUxRenZqPWHEA2hlGnA5I6wYkMz734SKDs6kRvn9pAiNJO6WfpFa4MkVsEwsjB6HjdWRkDd0Pm+VFcxcnq1M+8YtfGVKwIGlUjyT8SfzMAJjNZAMgYwNKqtp2J3wzbVlyhz6Jw0IK2uQPn1xno5jktg1kWz0sJnbs\/13Oht5t0OOQRQaDj0LyrsX9QIDAQAB", "minimum_chrome_version": "118", "default_locale": "en", "options_page": "options.html", "action": { "default_popup": "index.html", "default_title": "Adobe Content Authenticity" }, "icons": { "16": "L1_16px.png", "32": "L1_32px.png", "48": "L1_48px.png", "128": "L1_128px.png" }, "content_scripts": [ { "js": [ "contentScript.ts-loader-CITU53lj.js" ], "css": [ "injectableCSS.css" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "activeTab", "background", "storage", "offscreen" ], "host_permissions": [ "*:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval' ; default-src 'self'; connect-src https: data: file: blob: http: ; img-src https: data: file: blob: ; style-src 'unsafe-inline' ;", "sandbox": "sandbox allow-scripts; script-src * 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net\/npm\/onnxruntime-web\/dist\/ort.min.js 'unsafe-inline' https:\/\/cdn.jsdelivr.net\/npm\/onnxruntime-web\/dist\/ort.min.js https:\/\/cai-blob.s3.amazonaws.com\/bchlib-wasm.js ;" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "*.wasm", "*.js", "*.js.map", "*.png", "*.woff2", "blob:chrome-extension:\/\/*\/*", "*.css", "*.html", "offscreen.html", "toolkit_bg-axd_krxh.wasm", "c2pa.worker.min-D_RtHfeD.js", "custom-elements.min-1siHUzDu.js", "messaging-DV2CUuJj.js", "WebpageStorageManager-B7RbZ-WA.js", "i18n-CAr-Ekol.js", "image-CmFFLj7_.js", "preload-helper-D7itGvJr.js", "messages-DU7oWLVK.js", "messages-lZFcvCSP.js", "messages-DOJqlWa8.js", "messages-ClwJomVE.js", "messages-DVW_sjoP.js", "contentScript.ts-CO43dpd8.js" ], "use_dynamic_url": false } ], "sandbox": { "pages": [ "wmark.html" ] } }