]> git.lizzy.rs Git - not-your-business.git/blob - manifest.json
Create LICENSE
[not-your-business.git] / manifest.json
1 {
2         "manifest_version": 2,
3         "name": "Not your business",
4         "version": "1.0",
5         "description": "Prevents 4anime from redirecting you to front page whenever devtools are opened.",
6         "icons": {},
7         "content_scripts": [
8                 {
9                         "matches": ["*://4anime.gg/*", "*://rapid-cloud.ru/*"],
10                         "js": ["nyb.js"],
11                         "run_at": "document_start",
12                         "all_frames": true
13                 }
14         ]
15 }