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_appName__", "description": "__MSG_appDesc__", "version": "1.199", "default_locale": "en", "action": [], "icons": { "48": "logo.png" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "index.html", "logo.png", "main.js", "audioDecompressionProcessor.js", "scriptOverwriteWindowOpen.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/pro.doctolib.fr\/*" ], "js": [ "doctolib_content_script.js" ] } ], "permissions": [ "activeTab", "storage", "tabCapture", "tabs", "scripting", "identity", "identity.email", "unlimitedStorage", "offscreen" ], "host_permissions": [ "https:\/\/teams.microsoft.com\/", "*:\/\/*.nabla.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.nabla.com\/*" ] }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" } }