{
   "background": {
      "scripts": [ "cstAntidote.js", "dictionnaire.js", "gestion-t.js", "background.js" ]
   },
   "browser_action": {
      "default_icon": {
         "16": "images/Antidote_16.png",
         "32": "images/Antidote_32.png"
      },
      "default_popup": "panneau/popup.html",
      "default_title": "Antidote"
   },
   "content_scripts": [ {
      "all_frames": true,
      "js": [ "tierces_parties/alertify.js", "cstAntidote.js", "dictionnaire.js", "gestion-t.js", "extensions/Commun/outils.js", "extensions/Detecteur/detecteur.js", "antidote.js", "AgentTexteurGen.js", "AgentTexteurStd.js", "AgentTexteurGoogleDocs.js", "AgentTexteurForm.js", "AgentTexteurGrav.js" ],
      "matches": [ "file:///*", "http://*/*", "https://*/*" ],
      "run_at": "document_start"
   } ],
   "content_security_policy": "script-src 'self';object-src 'self';connect-src *",
   "description": "Antidote-Google Chrome",
   "externally_connectable": {
      "matches": [ "https://docs.google.com/*", "https://drive.google.com/*", "https://*.googleusercontent.com/*" ]
   },
   "icons": {
      "128": "images/Antidote_128.png",
      "16": "images/Antidote_16.png",
      "48": "images/Antidote_48.png"
   },
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAheqcO6aFXBs/Upzv4WQ4sbRs+9gtDSvW+CT/ZYoK8xR71Yv0BjfOXPoKyQn9R9wlc6Uy149dsO9nNAm6F0P1qnvLvahcHYkZXHACGgswAF7PjLeXFUEI7CWNGJ9SXexIPltPIcg68uwfL5wdjVkLG/1n4sKGN/gq5iQErJ2p48cYzEUHt19EdEdqm6L/flTZHEJX4/PQWoQab0T5eIaWeN8NUFnXnkFgYb9+rf7Va12rXc0Iu75WoqPLN8ZmNGfy+Fmr5I6Oz0ZRwaNH7yBC/5ZXXv8vucDfsiqqagbgTPoeJ69wZWhWGLF9FRGpaGaE/WdlP2YCPuKZZbIQI+NAjQIDAQAB",
   "manifest_version": 2,
   "name": "Antidote",
   "options_ui": {
      "chrome_style": true,
      "open_in_tab": true,
      "page": "panneau/option.html"
   },
   "permissions": [ "tabs", "contextMenus", "https://*/*", "http://*/*", "nativeMessaging", "management", "storage" ],
   "short_name": "Antidote",
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "1000.2.85",
   "web_accessible_resources": [ "images/avertissement.png", "images/Antidote_128.png", "dictionnaire.js", "gestion-t.js", "tierces_parties/alertify.js", "tierces_parties/css/alertify.core.css", "tierces_parties/css/alertify.bootstrap.css", "antidoteGrav.js", "antidoteAPIJSConnect.js", "extensions/Detecteur/mao.css", "images/icone-antidote.svg", "extensions/Detecteur/icone-antidote-mao.svg", "extensions/Detecteur/icone-ignore.svg" ]
}
