mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
clean up manifest.json
This commit is contained in:
+11
-33
@@ -31,39 +31,17 @@
|
|||||||
],
|
],
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
{
|
{
|
||||||
"resources": ["icons/*"],
|
"resources": [
|
||||||
"matches": ["*://*/*"]
|
"icons/*",
|
||||||
},
|
"fonts/*",
|
||||||
{
|
"images/*",
|
||||||
"resources": ["fonts/*"],
|
"css/*",
|
||||||
"matches": ["*://*/*"]
|
"popup/*",
|
||||||
},
|
"interface/*",
|
||||||
{
|
"client/*",
|
||||||
"resources": ["images/*"],
|
"resources/*",
|
||||||
"matches": ["*://*/*"]
|
"backgrounds/*"
|
||||||
},
|
],
|
||||||
{
|
|
||||||
"resources": ["css/*"],
|
|
||||||
"matches": ["*://*/*"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"resources": ["popup/*"],
|
|
||||||
"matches": ["*://*/*"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"resources": ["interface/*"],
|
|
||||||
"matches": ["*://*/*"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"resources": ["client/*"],
|
|
||||||
"matches": ["*://*/*"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"resources": ["resources/*"],
|
|
||||||
"matches": ["*://*/*"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"resources": ["backgrounds/*"],
|
|
||||||
"matches": ["*://*/*"]
|
"matches": ["*://*/*"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user