blob: 7661e1bde460e498201529f5442386513ef14e52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"applications": { "gecko": { "id": "disable-polymer-youtube@extension" } },
"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"]
}
}
|