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": "Tab Organizer with Notes", "version": "2.2", "description": "Organize tabs with notes and drag-drop functionality", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "sidePanel", "storage", "windows", "contextMenus", "scripting", "activeTab", "tabGroups", "identity", "identity.email" ], "host_permissions": [ "<all_urls>" ], "action": { "default_title": "Tab Organizer" }, "background": { "service_worker": "background.js" }, "side_panel": { "default_path": "sidebar.html" } }