Thoroughcare Extention

Thoroughcare Extention

Thoroughcare CCM Timer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Thoroughcare Extention",
  "description": "Thoroughcare CCM Timer",
  "version": "1.0.2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Thoroughcare"
  },
  "permissions": [
    "activeTab",
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.athenahealth.com/*"
    ]
  }
}