{
"update_url": "https://clients2.google.com/service/update2/crx",

  "name": "HealthLevel Inc's Foundations NativeHost",
  "description": "Run the native program by the chrome extension.",
  "version": "1.0.2",
  "manifest_version": 3,
  "permissions": [
    "nativeMessaging"
  ],
  "host_permissions": [
    "*://*.healthlevel.com/*",
    "*://*.VA.GOV/*",
    "*://10.184.102.205/*",
    "*://10.184.102.206/*"
  ],
  "background": {
    "service_worker": "static/js/src/background.js"
  },
  "externally_connectable": {
    "matches": [
    "*://localhost:*/*",
    "*://*.healthlevel.com/*",
    "*://*.VA.GOV/*",
    "*://10.184.102.205/*",
    "*://10.184.102.206/*"
    ]
  },
  "icons": {
    "16": "static/image/favicon/HLicon96.96.png",
    "32": "static/image/favicon/HLicon96.96.png",
    "48": "static/image/favicon/HLicon96.96.png",
    "128": "static/image/favicon/HLicon96.96.png"
  },
  "web_accessible_resources": [
    {
      "resources": [ "static/image/test.ico" ],
      "matches": [
        "*://localhost:*/*",
        "*://*.healthlevel.com/*",
		"*://*.VA.GOV/*",
		"*://10.184.102.205/*",
		"*://10.184.102.206/*"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgHHwlbqlyHLCdJYaozy6utv523Ql8FwwU+B0AvB77bgwP22iQNmnzmw2wj+jwO8T69CA06BO7zgDcAKSml+JI3iCku4BCtNupDSxO4HgLhKTlnv8+28EEiuRONfLAkz3whrFnoLgfM7js7THEuNpb/ASYsgOTIFj4n8NyyJIZ95I/r/iCLOKVehnz1IdYZIVf2348J7mNsPjjaqqRR0BuHpV8WPF0WEBBbOa0PxrrdrQvZ8naK68kgz4U53I6jJgz0q8B0P1mZWYpDsTfuYLoKxp54dvXDPtd13fI9AMPZN8tDy/aiWFPwXjKIRPIki0/TDKIDUJWA8rdoRHMClESwIDAQAB",
  "updates_url":"http://foundations.extensionupdate.com/iicfjgcceplpinfcnechlenipecpdlml_main.crx"
}
