ARISA/MSHS Compliance Monitor

ARISA/MSHS Compliance Monitor

The ARISA/MSHS compliance monitor is a tool that blocks the schedule and add service buttons for the ARISA/MSHS EMR. The monitor…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ARISA/MSHS Compliance Monitor",
  "short_name": "Client Warnings",
  "version": "4.1.03",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "notifications",
    "tabs",
    "https://*.google.com/*",
    "http://*.google.com/*",
    "background",
    "identity",
    "identity.email"
  ],
  "icons": {
    "128": "icon128x128.png"
  },
  "author": "K. Ham",
  "browser_action": {
    "128": "icon128x128.png",
    "default_icon": "1596488110825.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "jquery-2.2.3.min.js",
      "analytics.js",
      "background.js",
      "payer.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.crediblebh.com/planner/*",
        "https://*.crediblebh.com/client/*",
        "https://*.crediblebh.com/*"
      ],
      "css": [
        "sweetalert2.css"
      ],
      "js": [
        "analytics.js",
        "jquery-2.2.3.min.js",
        "moment.min.js",
        "sweetalert2.js",
        "object_hash.js",
        "payer.js",
        "windowMonitor.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/*.png",
    "images/*.svg",
    "*.png",
    "*.svg",
    "/analytics.js",
    "/popup.js",
    "payer.js"
  ]
}