The MoneyWord Matrix Keyword Tool

The MoneyWord Matrix Keyword Tool

An essential tool for finding the best keywords to target for organic search rankings.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The MoneyWord Matrix Keyword Tool",
  "description": "An essential tool for finding the best keywords to target for organic search rankings.",
  "version": "0.9.0",
  "icons": {
    "16": "images/icons/icon-16.png",
    "19": "images/icons/icon-19.png",
    "36": "images/icons/icon-36.png",
    "38": "images/icons/icon-38.png",
    "48": "images/icons/icon-48.png",
    "128": "images/icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": "images/icons/icon-128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.neilpatel.com/*/ubersuggest/keyword_ideas*",
        "https://www.semrush.com/analytics/keywordmagic*"
      ],
      "js": [
        "js/vendor.js",
        "js/content_script.js"
      ]
    }
  ],
  "permissions": [
    "https://app.neilpatel.com/*",
    "https://www.semrush.com/*",
    "storage"
  ]
}