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": "Organize Tabs", "version": "0.9.0", "description": "Organize tabs in Google Chrome.", "icons": { "16": "img\/organize_tabs_icon_128.png", "64": "img\/organize_tabs_icon_128.png", "128": "img\/organize_tabs_icon_128.png" }, "action": { "default_icon": "img\/organize_tabs_icon_128.png", "default_popup": "src\/popup.html", "default_title": "Organize Tabs" }, "author": "Hacktoolkit (@hacktoolkit)", "options_ui": { "page": "src\/options.html" }, "permissions": [ "contextMenus", "tabs" ], "background": { "service_worker": "src\/js\/organize_tabs.js" }, "short_name": "Organize Tabs" }