NationStatesMatchmaker

NationStatesMatchmaker

Fixes the NationStates matchmaker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NationStatesMatchmaker",
  "description": "Fixes the NationStates matchmaker",
  "version": "1.3",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "http://*.nationstates.net/*",
    "https://*.nationstates.net/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://www.nationstates.net/*",
        "https://www.nationstates.net/*"
      ],
      "js": [
        "injector.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "nationstatesMatchmaker.js"
  ]
}