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", "manifest_version": 3, "name": "__MSG_extensionName__", "short_name": "Bonjourr", "version": "20.2.2", "description": "__MSG_extensionDesc__", "author": "Victor Azevedo and Tahoe Beetschen", "default_locale": "en", "icons": { "128": "src\/assets\/favicon-128x128.png", "512": "src\/assets\/favicon-512x512.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "action": { "title": "__MSG_extensionName__" }, "offline_enabled": true, "background": { "service_worker": "src\/scripts\/background.js", "type": "module" }, "permissions": [ "storage" ], "optional_permissions": [ "bookmarks", "search", "topSites" ] }