Vocaire Autostarter

Vocaire Autostarter

Vocaire is a platform that helps physical therapists with their admin work

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Vocaire Autostarter",
  "description": "Vocaire is a platform that helps physical therapists with their admin work",
  "version": "2.2",
  "action": {
    "default_popup": "index.html",
    "default_icon": "shared/imgs/vocaire_icon.png"
  },
  "icons": {
    "16": "shared/imgs/vocaire_icon-16.png",
    "32": "shared/imgs/vocaire_icon-32.png",
    "48": "shared/imgs/vocaire_icon-48.png",
    "128": "shared/imgs/vocaire_icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/complimenta/index.js"
      ],
      "matches": [
        "https://www.digifys.com/ContentId/*/patientId/*/Default.aspx",
        "https://www.digifys.com/ContentId/*/PatientId/*/pjAnswerId/*/Default.aspx"
      ]
    },
    {
      "js": [
        "scripts/easyme/index.js"
      ],
      "matches": [
        "https://secure.easyme.biz/admin/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "shared/createButton.js"
      ]
    },
    {
      "resources": [
        "shared/imgs/vocaire_logo.png"
      ],
      "mathes": [
        "https://secure.easyme.biz/*",
        "https://secure.easyme.biz/admin/*"
      ],
      "use_dynamic_url": true
    },
    {
      "resources": [
        "shared/imgs/vocaire_logo.png"
      ],
      "mathes": [
        "https://www.digifys.com/*"
      ],
      "use_dynamic_url": true
    }
  ]
}