Hol 'ampaS Lookup

Hol 'ampaS Lookup

Lookup/Speak words in the Klingon Dictionary at Hol 'ampaS, hol.kag.org

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hol 'ampaS Lookup",
  "description": "Lookup/Speak words in the Klingon Dictionary at Hol 'ampaS, hol.kag.org",
  "version": "0.3",
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "holampas.js"
    ]
  },
  "manifest_version": 2
}