Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Exify",
"version": "2.1.24",
"description": "See image EXIF and C2PA metadata",
"homepage_url": "https:\/\/www.exify.info\/",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"c2pa\/c2pa_bg.wasm"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"permissions": [
"storage",
"activeTab",
"contextMenus"
],
"optional_host_permissions": [],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"manifest_version": 3
}