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": "Oozie Workflow Action Name Revealer", "action": [], "manifest_version": 3, "version": "1.0", "description": "Will show the workflow name of the actions, when editing a Oozie Workflow in Hue", "permissions": [ "activeTab", "scripting" ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "background": { "service_worker": "background.js" } }