Navigator Difficulty Hider: Manhattan GMAT

Navigator Difficulty Hider: Manhattan GMAT

Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Navigator Difficulty Hider: Manhattan GMAT",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)",
  "homepage_url": "http://pranavsharma.info",
  "icons": {
    "16": "icons/pranavsharma16.png",
    "48": "icons/pranavsharma48.png",
    "128": "icons/pranavsharma128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.manhattangmat.com/ogc.cfm*",
        "http://www.manhattangmat.com/ogc.cfm*"
      ],
      "js": [
        "js/jquery/jquery.min.js",
        "js/jquery/jquery.cookie.js",
        "src/inject/inject.js"
      ]
    }
  ]
}