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": "Easy Tab Renamer", "version": "1.0", "description": "Extension that enables renaming of browser tabs", "permissions": [ "tabs", "activeTab", "scripting", "storage", "webNavigation" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "img\/Logo16.png", "24": "img\/Logo24.png", "32": "img\/Logo32.png", "48": "img\/Logo48.png", "64": "img\/Logo64.png", "128": "img\/Logo128.png" } }