MediH EMR

MediH EMR

Simple electronic medical record software

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_nombreExt__",
  "description": "__MSG_descripcionExt__",
  "version": "0.2",
  "version_name": "General Practice v0.2 alpha",
  "manifest_version": 2,
  "default_locale": "en",
  "offline_enabled": true,
  "permissions": [
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "syncFileSystem",
    "storage",
    "unlimitedStorage"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "Doctor-16.png",
    "48": "Doctor-48.png",
    "128": "Doctor-128.png"
  }
}