Genie Multisearch

Genie Multisearch

An extension to search multiple websites fast for Word research

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "assets/images/icon-38.png",
    "128": "assets/images/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "views/index.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "assets/images/icon-38.png",
      "38": "assets/images/icon-38.png"
    },
    "default_title": "Genie Multisearch",
    "default_popup": "views/popup.html"
  },
  "options_page": "views/options.html",
  "permissions": [
    "tabs",
    "contextMenus"
  ]
}