Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_desc__", "default_locale": "en", "version": "2.5.2", "manifest_version": 3, "icons": { "64": "icon\/icon_64.png", "128": "icon\/icon_128.png", "192": "icon\/icon_192.png", "512": "icon\/icon_512.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "host_permissions": [ "https:\/\/www.google.com\/", "https:\/\/www.baidu.com\/" ], "permissions": [ "activeTab", "contextMenus", "search" ], "optional_permissions": [ "bookmarks", "favicon" ], "background": { "service_worker": "serviceworker.js" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "icon\/icon_64.png" } } }