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": "AI to organize bookmarks", "version": "1.1.4", "description": "Use AI to organize bookmarks! The smart bookmark ai and bookmark manager. Effortlessly manage and find your online discoveries fast", "default_locale": "en", "permissions": [ "activeTab", "scripting", "storage", "notifications", "identity" ], "oauth2": { "client_id": "785063489878-70177anea1gbaqs08e9m62aogc1gach7.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "host_permissions": [ "https:\/\/*.supabase.co\/*", "https:\/\/*.ai-bookmarks.pro\/*" ], "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "externally_connectable": { "matches": [ "https:\/\/*.ai-bookmarks.pro\/*" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }