Correctify Firefox

Examine source code of Correctify

By: Anthony Add-on
Inspect and view changes in Correctify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Correctify",
  "version": "1.5",
  "description": "Le correcteur IA instantané pour Firefox. Sélectionnez n'importe quel texte (champ, zone de texte, éditeur riche, mail en ligne) et corrigez-le par clic droit. La langue est détectée automatiquement.",
  "permissions": [
    "activeTab",
    "storage",
    "menus",
    "contextMenus",
    "scripting",
    "<all_urls>",
    "https://generativelanguage.googleapis.com/*",
    "https://api.openai.com/*",
    "https://api.anthropic.com/*",
    "https://correctify.fr/*"
  ],
  "background": {
    "scripts": [
      "i18n.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Correctify",
    "default_icon": {
      "128": "icons/icon.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "web_accessible_resources": [
    "icons/icon.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "Correctify@Anonyma",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  }
}

Best Correctify Alternatives

Here are some Firefox add-ons that are similar to Correctify: