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"
|
||||
}
|
||||
},
|
||||
"permissions": [
|
||||
"declarativeNetRequest",
|
||||
"scripting",
|
||||
"declarativeNetRequestWithHostAccess"
|
||||
],
|
||||
"permissions": ["declarativeNetRequest", "scripting", "declarativeNetRequestWithHostAccess"],
|
||||
"host_permissions": [
|
||||
"*://*.tidal.com/*",
|
||||
"*://monochrome.tf/*",
|
||||
|
|
@ -32,12 +28,7 @@
|
|||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"*://monochrome.samidy.com/*",
|
||||
"*://monochrome.tf/*",
|
||||
"*://lossless.wtf/*",
|
||||
"*://localhost/*"
|
||||
],
|
||||
"matches": ["*://monochrome.samidy.com/*", "*://monochrome.tf/*", "*://lossless.wtf/*", "*://localhost/*"],
|
||||
"js": ["content.js"],
|
||||
"run_at": "document_start",
|
||||
"all_frames": true
|
||||
|
|
@ -51,12 +42,7 @@
|
|||
"web_accessible_resources": [
|
||||
{
|
||||
"resources": ["inject.js"],
|
||||
"matches": [
|
||||
"*://monochrome.samidy.com/*",
|
||||
"*://monochrome.tf/*",
|
||||
"*://lossless.wtf/*",
|
||||
"*://localhost/*"
|
||||
]
|
||||
"matches": ["*://monochrome.samidy.com/*", "*://monochrome.tf/*", "*://lossless.wtf/*", "*://localhost/*"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue