PinAShow for TvTropes

PinAShow for TvTropes

Pin your favourite shows, films and tropes to highlight them in the list of examples.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PinAShow for TvTropes",
  "description": "Pin your favourite shows, films and tropes to highlight them in the list of examples.",
  "version": "1.1",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://tvtropes.org/*",
        "https://tvtropes.org/*"
      ],
      "js": [
        "jquery-2.1.1.min.js",
        "content.js"
      ]
    }
  ]
}