aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
blob: 65dcc5e1e386a06bd01b2f7cc07b84c3501acbd8 (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/*", "https://www.youtube.com/*"],
	    "js": ["youtube-noscript-shim.user.js"]
	}
    ]
}