AxS Health

AxS Health

Screenshare with AxS Health

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "description": "Screenshare with AxS Health",
  "name": "AxS Health",
  "version": "1.0.0",
  "background": {
    "scripts": [
      "extension.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://local.axs.com/*",
      "*://pre.healthmint.net/*",
      "*://*.axshealthapp.com/*"
    ]
  },
  "permissions": [
    "desktopCapture",
    "tabs"
  ]
}