BLAST for Chrome

BLAST for Chrome

Have you ever wanted to do BLAST searches straight from the address bar? Now you can!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BLAST for Chrome",
  "author": "Chiraag Kapadia",
  "version": "1.0.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "omnibox": {
    "keyword": "blast"
  },
  "description": "Have you ever wanted to do BLAST searches straight from the address bar? Now you can!",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "http://www.ncbi.nlm.nih.gov/blast/Blast.cgi"
  ],
  "short_name": "BLAST"
}