Goldeneye: Alpha Code Dictionary

Goldeneye: Alpha Code Dictionary

Look up bird species by 4-letter alpha code or common name.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Goldeneye: Alpha Code Dictionary",
  "short_name": "Goldeneye",
  "author": "Tessa Rhinehart",
  "description": "Look up bird species by 4-letter alpha code or common name.",
  "version": "2.0.0",
  "icons": {
    "16": "resources/icon16.png",
    "32": "resources/icon32.png",
    "48": "resources/icon48.png",
    "128": "resources/icon128.png"
  },
  "browser_action": {
    "default_icon": "resources/popupicon.png",
    "default_popup": "popup.html"
  }
}