BioChemTools

BioChemTools

Presents a right-click menu with a range of chemistry and protein analysis options

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BioChemTools",
  "version": "0.1",
  "description": "Presents a right-click menu with a range of chemistry and protein analysis options",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "small.png",
    "96": "large.png"
  },
  "permissions": [
    "contextMenus"
  ]
}