Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "VibeTabs", "version": "1.7", "description": "Organize your browsing with mood-based setups, including custom tab groups and background music for enhanced productivity.", "permissions": [ "storage", "activeTab", "alarms", "notifications", "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "dist\/js\/background.js" }, "action": { "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } }, "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "options_page": "src\/options\/options.html" }