blob: bf6d912ab549e43dbcc61723b32bb7ed88e63c06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"manifest_version": 2,
"name": "YouTube NoScript shim",
"version": "0.2",
"description": "Use YouTube with NoScript",
"content_scripts": [
{
"matches": ["https://youtube.com/*"],
"js": ["youtube-noscript-shim.user.js"]
}
]
}
|