Witty - your inclusive writing assistant

Witty - your inclusive writing assistant

Writing inclusively in a consistent manner is hard. It's easy with Witty - our AI-based writing assistant that makes the world more inclusive. For everyone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp5lsGLIkH3JH3BDdGLgTRIXvTkxd1m1vLhz1MzGH95+UywrpVbvcfro0JNWBwO581k3CvyVL9Pru1CSYMkHVVDPQ/OhSIh8qSULNF6013PnPz+xVk4HdV5zyjM0GxDAuvu6IBSte2n0e/O546C45wLp57zMy8i2auM+tuwExQPQ8IEy7EjOhL9cwO2nFrZsvii+9n+iyVT0hzpIavtekOgKeb4Ol7jH9/5ZhNHBv1//xaEx8onL7hJL4vbcHThLDFsegM/qq1EfoCMMhIEY0j3AT+Bop1RN3D7WrSHYbxIUbgCDUI5UZZlGN+2+dndvXaepRfFSZ0Kz6ofRP/Y47QQIDAQAB",
  "name": "__MSG_appName__",
  "version": "1.32.0",
  "default_locale": "en",
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "description": "__MSG_appDesc__",
  "homepage_url": "https://witty.works",
  "short_name": "Witty",
  "permissions": [
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "author": "Witty Works",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "applications": {
    "gecko": {
      "id": "{4b376457-9460-4891-b28a-60499c2e3343}"
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png"
    },
    "default_title": "Witty",
    "browser_style": false
  },
  "background": {
    "scripts": [
      "js/background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/contentScript.bundle.js"
      ],
      "css": [
        "css/contentScript.css"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://docs.google.com/document/*"
      ],
      "js": [
        "assets/googleDocsSupport.js"
      ],
      "all_frames": false,
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://docs.google.com/document/*",
        "https://mail.google.com/mail/*"
      ],
      "css": [
        "assets/gmailSpellCheck.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "options.html",
    "assets/icons/w-logo-wire-color.svg",
    "assets/icons/popover/ignore.svg",
    "assets/icons/popover/arrow.svg",
    "assets/icons/popover/settings.svg",
    "assets/googleDocsSpellCheck.js"
  ]
}