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": "My Bookmarks hero", "description": "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.", "version": "1.1", "manifest_version": 3, "permissions": [ "bookmarks" ], "action": { "default_title": "My Bookmarks hero", "default_icon": "icon.png", "default_popup": "popup.html" } }