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": "", "version": "1.0.6", "permissions": [ "tabs", "scripting", "<all_urls>", "declarativeNetRequest", "declarativeNetRequestFeedback", "webNavigation" ], "host_permissions": [ "*:\/\/*\/*", "<all_urls>" ], "action": { "default_icon": { "128": "icon\/128-inactive.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" ] } ] }