IMDB (Unofficial)

IMDB (Unofficial)

This is a chrome extension which makes users to get info about a movie right in their browser(chrome)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "IMDB (Unofficial)",
  "description": "This is a chrome extension which makes users to get info about a movie right in their browser(chrome)",
  "version": "1.2.0",
  "permissions": [
    "http://www.omdbapi.com/"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "app/imdb.html"
  },
  "icons": {
    "19": "icon.png",
    "48": "icon-medium.png",
    "128": "icon-big.png"
  }
}