aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
blob: 38b593d96ec66d37ffe8d72fbfa3e173777e6478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"manifest_version": 2,
	"name": "Not your business",
	"version": "1.0",
	"description": "Prevents 4anime from redirecting you to front page whenever devtools are opened.",
	"icons": {},
	"content_scripts": [
		{
			"matches": ["*://4anime.gg/*", "*://rapid-cloud.ru/*"],
			"js": ["nyb.js"],
			"run_at": "document_start",
			"all_frames": true
		}
	]
}