Movie Info @ Portitle

Movie Info @ Portitle

Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Movie Info @ Portitle",
  "description": "Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents",
  "homepage_url": "http://www.portitle.com",
  "version": "1.0.2",
  "permissions": [
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "portitle-chrome.js"
    ]
  },
  "icons": {
    "16": "logo16x16.png",
    "48": "logo48x48.png",
    "72": "logo72x72.png",
    "128": "logo128x128.png"
  },
  "manifest_version": 2
}