Film Info and Reviews

Film Info and Reviews

View complete info and reviews of a film from upto 10 sites of your choice such as Wikipedia, IMDB, RottenTomatoes, Roger Ebert etc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon-19.png",
    "default_popup": "popup.html",
    "default_title": "Film Info and Reviews"
  },
  "description": "View complete info and reviews of a film from upto 10 sites of your choice such as Wikipedia, IMDB, RottenTomatoes, Roger Ebert etc",
  "icons": {
    "19": "icons/icon-19.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "name": "Film Info and Reviews",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "2.2",
  "manifest_version": 2
}