Wordeep Proofreading and Grammar Checker

Wordeep Proofreading and Grammar Checker

Wordeep artificial intelligence proofreading, grammar checker, and writing assistant for Firefox

Additional files are visible only to premium users

manifest.json


{
  "version": "2.0.90",
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "browser_action": {
    "default_icon": "icon32.png",
    "default_popup": "popup.html",
    "default_title": "Wordeep"
  },
  "manifest_version": 2,
  "name": "Wordeep Proofreading",
  "description": "Wordeep artificial intelligence proofreading for Firefox",
  "applications": {
    "gecko": {
      "id": "info@wordeep.com"
    }
  },
  "background": {
    "scripts": [
      "sentry.js",
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "js": [
        "wordeep.js"
      ],
      "css": [],
      "matches": [
        "https://*/*",
        "http://*/*",
        "file:///*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "wordeep.css"
  ],
  "permissions": [
    "webNavigation",
    "activeTab",
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png"
  },
  "short_name": "Wordeep"
}