style: auto-fix linting issues
This commit is contained in:
parent
1b7e993d3b
commit
32a713c423
1 changed files with 3 additions and 17 deletions
|
|
@ -9,11 +9,7 @@
|
||||||
"strict_min_version": "111.0"
|
"strict_min_version": "111.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": ["declarativeNetRequest", "scripting", "declarativeNetRequestWithHostAccess"],
|
||||||
"declarativeNetRequest",
|
|
||||||
"scripting",
|
|
||||||
"declarativeNetRequestWithHostAccess"
|
|
||||||
],
|
|
||||||
"host_permissions": [
|
"host_permissions": [
|
||||||
"*://*.tidal.com/*",
|
"*://*.tidal.com/*",
|
||||||
"*://monochrome.tf/*",
|
"*://monochrome.tf/*",
|
||||||
|
|
@ -32,12 +28,7 @@
|
||||||
},
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": [
|
"matches": ["*://monochrome.samidy.com/*", "*://monochrome.tf/*", "*://lossless.wtf/*", "*://localhost/*"],
|
||||||
"*://monochrome.samidy.com/*",
|
|
||||||
"*://monochrome.tf/*",
|
|
||||||
"*://lossless.wtf/*",
|
|
||||||
"*://localhost/*"
|
|
||||||
],
|
|
||||||
"js": ["content.js"],
|
"js": ["content.js"],
|
||||||
"run_at": "document_start",
|
"run_at": "document_start",
|
||||||
"all_frames": true
|
"all_frames": true
|
||||||
|
|
@ -51,12 +42,7 @@
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
{
|
{
|
||||||
"resources": ["inject.js"],
|
"resources": ["inject.js"],
|
||||||
"matches": [
|
"matches": ["*://monochrome.samidy.com/*", "*://monochrome.tf/*", "*://lossless.wtf/*", "*://localhost/*"]
|
||||||
"*://monochrome.samidy.com/*",
|
|
||||||
"*://monochrome.tf/*",
|
|
||||||
"*://lossless.wtf/*",
|
|
||||||
"*://localhost/*"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue