Elegant Access Computer ID

Elegant Access Computer ID

This extension provides a unique computer identifier and the local computer name to the Elegant Access Records Management System.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Elegant Access Computer ID",
  "short_name": "Elegant Access",
  "description": "This extension provides a unique computer identifier and the local computer name to the Elegant Access Records Management System.",
  "version": "1.1.5",
  "developer": {
    "name": "Lignum Vitae LLC",
    "url": "https://www.lignumvitae.org"
  },
  "homepage_url": "https://www.elegantaccess.online/index.php",
  "icons": {
    "16": "resources/icons/ea_16.png",
    "48": "resources/icons/ea_48.png",
    "128": "resources/icons/ea_128.png"
  },
  "permissions": [
    "declarativeNetRequestWithHostAccess",
    "storage",
    "notifications",
    "cookies"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6ee90f99-7e24-43a0-97e5-bebaf76141fe}",
      "strict_min_version": "115.0"
    },
    "safari": {
      "strict_min_version": "10"
    }
  },
  "options_ui": {
    "page": "options_dialog.html"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src https://therapy.elegantaccess.online/; object-src 'self'; script-src 'self'; style-src 'unsafe-inline' 'self'; img-src 'self' data:"
  },
  "host_permissions": [
    "*://*.elegantaccess.online/*"
  ]
}