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.15.1",
"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_without_badge_16px.png",
"32": "L1_without_badge_32px.png",
"48": "L1_without_badge_48px.png",
"128": "L1_without_badge_128px.png"
},
"content_scripts": [
{
"js": [
"contentScript.ts-loader-x4ImNQIZ.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-DhFasRmm.wasm",
"c2pa.worker.min-jAI4NIim.js",
"custom-elements.min-BnyLBMjo.js",
"messaging-DV2CUuJj.js",
"WebpageStorageManager-B7RbZ-WA.js",
"i18n-C7Bt2hD5.js",
"image-CN4z8DJf.js",
"messages-DU7oWLVK.js",
"messages-lZFcvCSP.js",
"messages-DOJqlWa8.js",
"messages-ClwJomVE.js",
"messages-DVW_sjoP.js",
"contentScript.ts-BIt_Fcib.js"
],
"use_dynamic_url": false
}
],
"sandbox": {
"pages": [
"wmark.html"
]
}
}