Nucleus Button

Nucleus Button

Easier access to Nucleus from within AthenaNet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Nucleus Button",
  "short_name": "Nucleus",
  "version": "1.3",
  "description": "Easier access to Nucleus from within AthenaNet",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "css": [
        "css/nucleus_button.css"
      ],
      "js": [
        "js/jquery-3.3.1.min.js",
        "js/nucleus_button.js"
      ],
      "matches": [
        "*://preview.athenahealth.com/*",
        "*://athenanet.athenahealth.com/*"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "fonts/*"
  ]
}