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",
"manifest_version": 3,
"name": "Adobe Workfront review tool",
"description": "Add comments and annotate interactive proofs\u2014all without having to download a desktop application.",
"version": "1.2.2",
"icons": {
"128": "icon\/128-active.png"
},
"permissions": [
"tabs",
"scripting",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"webNavigation"
],
"host_permissions": [
"*:\/\/*\/*",
"<all_urls>"
],
"action": {
"default_icon": {
"128": "icon\/128-active.png"
},
"default_title": "Adobe Workfront review tool"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"js": [
"content-scripts\/content.js"
]
}
]
}