french word research

french word research

Omnibox search helper for French word research

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "french word research",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "Omnibox search helper for French word research",
  "homepage_url": "http://jeremy.org/software/french-word-research/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "omnibox": {
    "keyword": "french"
  }
}