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", "version": "2.0.0", "manifest_version": 3, "name": "Teneo Community Node", "description": "This is a Chrome extension for the Teneo Community Node", "action": { "default_popup": "index.html", "default_title": "Teneo Community Node" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/dashboard.teneo.pro\/*" ], "icons": { "48": "icons\/icon48.png" } }