Rotten Search

Rotten Search

Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rotten Search",
  "description": "Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV",
  "version": "0.0.2",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon-bitty.png",
    "48": "icon-small.png",
    "128": "icon-large.png"
  },
  "manifest_version": 2
}