FAIR-biomed

FAIR-biomed

Open data resources in the biomedical domain

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FAIR-biomed",
  "short_name": "FAIR-biomed",
  "version": "0.2.3",
  "description": "Open data resources in the biomedical domain",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "library/logo/*",
        "resources/fa/*",
        "resources/images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/fair.css"
      ],
      "js": [
        "resources/bundle.js",
        "js/common.js",
        "js/content.js"
      ]
    }
  ],
  "options_page": "html/options.html",
  "action": {
    "default_popup": "html/popup.html",
    "default_action": {
      "32": "resources/images/fair-biomed-32.png",
      "128": "resources/images/fair-biomed-128.png"
    }
  },
  "icons": {
    "32": "resources/images/fair-biomed-32.png",
    "128": "resources/images/fair-biomed-128.png"
  },
  "manifest_version": 3
}