What does the animal say?

What does the animal say?

Animal Sounds

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "What does the animal say?",
  "short_name": "What does the animal say?",
  "description": "Animal Sounds",
  "version": "2.0.0",
  "author": "RjR",
  "options_page": "options.html",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": "img/icon16.png",
    "default_popup": "popup.html"
  }
}