Examine source code of What does the animal say?

Inspect and view changes in What does the animal say? source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
  }
}