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 BAG", "version": "1.0.2", "description": "One link for all your tabs. Carry your tabs wherever you go!", "icons": { "16": "icons\/chain.png", "48": "icons\/chain.png", "128": "icons\/chain.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/chain.png", "48": "icons\/chain.png", "128": "icons\/chain.png" } }, "permissions": [ "tabs", "storage", "activeTab", "clipboardWrite" ], "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "icons\/eye-open.svg", "icons\/eye-closed.svg", "icons\/back.png", "icons\/rate.png", "icons\/edit.png", "icons\/copy.png" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "author": "Abhijeet Bhosale", "minimum_chrome_version": "88" }