El Toro

El Toro

Find the movies of your choice with El Toro!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "El Toro",
  "version": "1.4.1",
  "manifest_version": 2,
  "description": "Find the movies of your choice with El Toro!",
  "icons": {
    "16": "images/el_toro_logo.png",
    "48": "images/el_toro_logo.png",
    "128": "images/el_toro_logo.png"
  },
  "options_page": "options.html",
  "page_action": {
    "default_icon": "images/el_toro_logo.png",
    "default_title": "El Toro"
  },
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "http://www.imdb.com/*"
  ]
}