Genotify

Genotify

This extension allows for in-text referencing of gene symbols.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Genotify",
  "short_name": "Genotify",
  "description": "This extension allows for in-text referencing of gene symbols.",
  "version": "1.1.0",
  "icons": {
    "16": "logo/icon16.png",
    "48": "logo/icon48.png",
    "128": "logo/icon128.png"
  },
  "background": {
    "scripts": [
      "./lib/deferred.js",
      "./lib/background.js",
      "./lib/chromeBackground.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "data/images/loading.gif"
  ],
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "browser_action": {
    "default_icon": "data/images/Icon.png",
    "default_popup": "data/html/options.html",
    "default_title": "Genotify Options"
  }
}