Overleaf - Fake Word Count

Overleaf - Fake Word Count

Double the word count of the document in Overleaf, just to make yourself feel better.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Overleaf - Fake Word Count",
  "version": "0.0.0.1",
  "manifest_version": 3,
  "description": "Double the word count of the document in Overleaf, just to make yourself feel better. ",
  "icons": {
    "128": "icons/favicon.png"
  },
  "permissions": [
    "webRequest"
  ],
  "host_permissions": [
    "*://*.overleaf.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}