EasyCV.me ACGME Report Uploader

EasyCV.me ACGME Report Uploader

App to upload ACGME Reports from EasyCV.me

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EasyCV.me ACGME Report Uploader",
  "description": "App to upload ACGME Reports from EasyCV.me",
  "version": "2.03",
  "permissions": [
    "tabs",
    "http://www.easycv.me/"
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "Upload",
    "default_icon": "icon128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://apps.acgme.org/*"
      ],
      "js": [
        "/res/jquery-2.2.4.js",
        "/res/diff.js",
        "/res/aes.js",
        "contentScript.js"
      ]
    }
  ],
  "manifest_version": 2
}