Aar318's Smart Proofreader Firefox

Examine source code of Aar318's Smart Proofreader

By: Aar318 Add-on
Inspect and view changes in Aar318's Smart Proofreader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Aar318's Smart Proofreader",
  "version": "1.1.0.0",
  "description": "Private, offline spelling and grammar checking with optional automatic correction.",
  "author": "Aar318 / Hor318",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Smart Proofreader — click for controls; right-click for quick options",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "commands": {
    "check-current-field": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "Check the current writing field"
    },
    "toggle-auto-correct": {
      "suggested_key": {
        "default": "Alt+Shift+A"
      },
      "description": "Toggle automatic obvious corrections"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "smart-proofreader@aar318",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Aar318's Smart Proofreader Alternatives

Here are some Firefox add-ons that are similar to Aar318's Smart Proofreader: