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": "Bookmark Genie - Organize with AI", "version": "1.0.4", "description": "An AI-powered tool that organizes, categorizes, and manages your bookmarks for a clutter-free browsing experience.", "permissions": [ "bookmarks", "storage", "activeTab", "notifications", "identity", "identity.email" ], "host_permissions": [ "<all_urls>", "https:\/\/script.google.com\/", "https:\/\/script.googleusercontent.com\/" ], "action": { "default_icon": { "16": "icon_bookmark_16.png", "48": "icon_bookmark_48.png", "128": "icon_bookmark_128.png" } }, "background": { "service_worker": "background.bundle.js", "type": "module" }, "oauth2": { "client_id": "423850878126-s8guil7fbem1kc82buctrpgnv341t0v2.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "icon_bookmark_16.png", "48": "icon_bookmark_48.png", "128": "icon_bookmark_128.png" }, "web_accessible_resources": [ { "resources": [ "manager.html" ], "matches": [ "<all_urls>" ] } ] }