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", "name": "SandTab", "description": "Tab Manager", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "SandTab" }, "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" }, "permissions": [ "tabs", "scripting", "contextMenus", "browsingData", "sessions" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background-wrapper.js" } }