IMDB Ratings on Netflix

IMDB Ratings on Netflix

Show IMDB on Netflix.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "name": "__MSG_AppName__",
  "description": "__MSG_AppDescription__",
  "short_name": "IMDB Ratings on Netflix",
  "version": "1.0.1",
  "browser_action": {
    "default_title": "Netflix Rating"
  },
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "images/netflix-16.png",
    "32": "images/netflix-32.png",
    "48": "images/netflix-48.png",
    "64": "images/netflix-64.png",
    "128": "images/netflix-128.png"
  },
  "web_accessible_resources": [
    "images/*"
  ],
  "background": {
    "scripts": [
      "js/update-conf.js",
      "js/update.js",
      "js/background.js"
    ]
  },
  "manifest_version": 2
}