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, "author": "Robert Piosik", "name": "Taaabs - Free zero-knowledge bookmarks & AI", "short_name": "taaabs", "description": "Unleash the joy of your web research. Save bookmarks to your personal library. Assist browsing with AI.", "version": "0.3.62", "homepage_url": "https:\/\/github.com\/taaabs\/taaabs", "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Taaabs", "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+T" } } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "activeTab", "webNavigation", "alarms" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/taaabs.com\/*" ], "js": [ "get-auth-data-content-script.js", "get-favicon-content-script.js", "get-cover-content-script.js" ] }, { "matches": [ "<all_urls>" ], "js": [ "get-parsed-html-content-script.js", "get-upsert-bookmark-params-content-script.js", "get-window-dimensions-content-script.js", "get-selected-text-content-script.js", "send-prompt-content-script.js" ] } ], "options_ui": { "page": "options.html", "open_in_tab": true } }