speculating-to-investing

speculating-to-investing

Extension that changes all instances of speculating to investing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "speculating-to-investing",
  "description": "Extension that changes all instances of speculating to investing",
  "version": "1.0.0",
  "homepage_url": "https://github.com/biw/speculating-to-investing",
  "browser_action": {
    "default_title": "Changes all instances of speculating to investing"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "background.js"
      ]
    }
  ]
}