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": "__MSG_nameChrome__", "description": "__MSG_descriptionChrome__", "version": "12.3.1", "icons": { "16": "\/images\/fiole\/Fiole_16.png", "32": "\/images\/fiole\/connectix\/icon-32.png", "48": "\/images\/fiole\/connectix\/icon-48.png", "96": "\/images\/fiole\/connectix\/icon-96.png", "128": "\/images\/fiole\/connectix\/icon-128.png" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "alarms", "activeTab", "contextMenus", "cookies", "nativeMessaging", "management", "storage", "scripting", "tabs" ], "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "resources": [ "_locales\/en.json", "correction-express\/client-correcteur-simple\/wasm\/*", "correction-express\/infobulle\/*", "antidote-google-docs.js", "antidote-grav.js", "antidote-api-jsconnect.js", "assets\/css\/*.css", "content-scripts\/*.css", "images\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval';object-src 'self'; worker-src 'self'; connect-src *" }, "default_locale": "fr", "background": { "service_worker": "background.js" }, "action": { "default_title": "Antidote", "default_popup": "popup.html", "default_icon": { "16": "\/images\/fiole\/Fiole_16.png", "32": "\/images\/fiole\/Fiole_32.png" } }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "content_scripts": [ { "all_frames": true, "js": [ "\/tierces-parties\/inboxsdk.js" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "run_at": "document_start" }, { "matches": [ "https:\/\/telechargement12.druide.com\/texteurs\/OfficeJS\/Commun\/courant\/*", "https:\/\/telechargement12.druide.com\/texteurs\/Outlook\/Commun\/courant\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "content-scripts\/antidote-office-addin.js" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "exclude_matches": [ "https:\/\/*.antidote.app\/*", "https:\/\/telechargement12.druide.com\/texteurs\/OfficeJS\/Commun\/courant\/*", "https:\/\/telechargement12.druide.com\/texteurs\/Outlook\/Commun\/courant\/*" ], "run_at": "document_start", "js": [ "content-scripts\/antidote.js" ] }, { "matches": [ "https:\/\/*.antidote.app\/*" ], "run_at": "document_end", "js": [ "content-scripts\/aw-aide-fin.js" ] }, { "matches": [ "https:\/\/*.antidote.app\/*" ], "run_at": "document_start", "js": [ "content-scripts\/aw-aide.js" ] }, { "matches": [ "https:\/\/*.antidote.app\/*" ], "all_frames": true, "exclude_matches": [ "https:\/\/*.antidote.app\/connexion*", "https:\/\/*.antidote.app\/texteur*" ], "run_at": "document_start", "js": [ "content-scripts\/aw-comm.js" ] }, { "matches": [ "https:\/\/antidote.app\/texteur*", "https:\/\/beta.antidote.app\/texteur*", "https:\/\/prebeta.antidote.app\/texteur*", "https:\/\/preprod.antidote.app\/texteur*" ], "all_frames": true, "run_at": "document_end", "js": [ "content-scripts\/aw-services.js" ] }, { "matches": [ "https:\/\/docs.google.com\/document\/*" ], "run_at": "document_start", "js": [ "content-scripts\/injecteur-google-docs.js" ] }, { "matches": [ "https:\/\/services.druide.com\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "content-scripts\/services-druide.js" ] }, { "all_frames": true, "exclude_matches": [ "https:\/\/*.antidote.app\/*", "https:\/\/telechargement12.druide.com\/texteurs\/Outlook\/Commun\/courant\/*", "https:\/\/telechargement12.druide.com\/texteurs\/OfficeJS\/Commun\/courant\/*" ], "js": [ "correction-express\/infobulle\/infobulle.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ] }