summaryrefslogtreecommitdiff
path: root/data/extensions/disable-polymer-youtube@extension/manifest.json
blob: 8c17ef8dd8f9965a0fee7363303e4cada49831e9 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "manifest_version": 2,
  "name": "disable-polymer-youtube",
  "version": "1.0",
  "description": "Disables the use of polymer on YouTube",
  "permissions": ["webRequest", "webRequestBlocking", "*://www.youtube.com/*"],
  "background": {
    "scripts": ["background.js"]
  }
}