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": "GeekTabs - Smart Tab Manager", "version": "1.1.7", "description": "A powerful tab manager for everyone. Use spaces, collections and tabs. Sync with cloud providers.", "author": "GeekTabs Team", "homepage_url": "https:\/\/geektabs.com", "permissions": [ "tabGroups", "storage", "tabs", "windows", "identity", "bookmarks", "commands", "history" ], "optional_permissions": [], "commands": { "bookmark-tab": { "suggested_key": { "default": "Ctrl+Shift+K", "mac": "Command+Shift+K" }, "description": "Bookmark current tab" } }, "oauth2": { "client_id": "17198275102-4ve71b29fjekiiotmdjbd6sod21cfc5j.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ], "redirect_uri": "https:\/\/jcoagplegkfoolnbmbamldnamdpmonnd.chromiumapp.org\/google-auth" }, "background": { "service_worker": "assets\/background.js", "type": "module" }, "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src 'self' https:\/\/accounts.google.com https:\/\/*.googleapis.com https:\/\/*.firebaseio.com wss:\/\/*.firebaseio.com https:\/\/*.firebase.com https:\/\/*.firebaseapp.com https:\/\/*.cloudfunctions.net wss:\/\/*.firestore.googleapis.com https:\/\/identitytoolkit.googleapis.com\/* https:\/\/securetoken.googleapis.com\/* https:\/\/www.googleapis.com\/identitytoolkit\/* https:\/\/www.googleapis.com\/oauth2\/* https:\/\/oauth2.googleapis.com\/*" }, "host_permissions": [ "https:\/\/www.googleapis.com\/*", "https:\/\/accounts.google.com\/*", "https:\/\/*.firebaseio.com\/*", "https:\/\/*.firebase.com\/*", "https:\/\/*.firebaseapp.com\/*", "https:\/\/*.cloudfunctions.net\/*", "https:\/\/api.geektabs.com\/*" ], "web_accessible_resources": [ { "resources": [ "index.html", "assets\/*" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "minimum_chrome_version": "88" }