Antidote 10 Connector

Antidote 10 Connector

Run Antidote’s resources (corrector, dictionaries and guides) from Firefox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "60.0"
    }
  },
  "background": {
    "scripts": [
      "cstAntidote.js",
      "dictionnaire.js",
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": false,
    "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.min.js",
        "cstAntidote.js",
        "dictionnaire.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-Firefox",
  "icons": {
    "16": "images/Antidote_16.png",
    "48": "images/Antidote_48.png",
    "128": "images/Antidote_128.png"
  },
  "manifest_version": 2,
  "name": "Antidote",
  "options_ui": {
    "browser_style": true,
    "open_in_tab": true,
    "page": "panneau/option.html"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "https://*/*",
    "http://*/*",
    "storage",
    "nativeMessaging",
    "management",
    "identity",
    "*://www.googleapis.com/*",
    "*://accounts.google.com/*"
  ],
  "short_name": "Antidote",
  "version": "10.2.84",
  "web_accessible_resources": [
    "images/avertissement.png",
    "images/Antidote_128.png",
    "tierces_parties/alertify.min.js",
    "tierces_parties/css/alertify.core.css",
    "tierces_parties/css/alertify.bootstrap.css",
    "dictionnaire.js",
    "antidoteGrav.js",
    "antidoteAPIJSConnect.js",
    "panneau/css/mao.css",
    "images/icone-antidote.svg",
    "images/icone-antidote-mao.svg",
    "images/icone-ignore.svg"
  ]
}