This commit is contained in:
thom2305 2025-07-05 19:58:27 -04:00
parent f8b2c601bf
commit 51dd4aeab1
No known key found for this signature in database
GPG Key ID: 0171038FEE1BEF12
2 changed files with 11 additions and 15 deletions

View File

@ -7,7 +7,7 @@
"activeTab",
"storage",
"webRequest",
"tabs"
"webRequestBlocking"
],
"host_permissions": [
"<all_urls>"
@ -25,8 +25,7 @@
"https://oss-auth.thecheese.io/*",
"https://oss-auth.shop.wii.com/*",
"http://wiimart:8080/oss/serv/*",
"https://wiimart:8080/oss/serv/*",
"https://localhost/oss/serv*"
"https://wiimart:8080/oss/serv/*"
],
"js": ["content.js"],
"run_at": "document_start"
@ -35,18 +34,17 @@
"web_accessible_resources": [
{
"resources": [
"fonts/*",
"images/*",
"audio/*",
"classDefinitions.js"
"classDefinitions.js",
"fonts/*"
],
"matches": [
"https://oss-auth.blinklab.com/*",
"https://oss-auth.thecheese.io/*",
"https://oss-auth.shop.wii.com/*",
"http://wiimart:8080/oss/serv/*",
"https://wiimart:8080/oss/serv/*",
"https://localhost/oss/serv*"
"https://oss-auth.blinklab.com/*",
"https://oss-auth.thecheese.io/*",
"https://oss-auth.shop.wii.com/*",
"http://wiimart:8080/*",
"https://wiimart:8080/*"
]
}
]

View File

@ -26,8 +26,7 @@
"https://oss-auth.thecheese.io/*",
"https://oss-auth.shop.wii.com/*",
"http://wiimart:8080/oss/serv/*",
"https://wiimart:8080/oss/serv/*",
"https://localhost/oss/serv*"
"https://wiimart:8080/oss/serv/*"
],
"js": ["content.js"],
"run_at": "document_start"
@ -46,8 +45,7 @@
"https://oss-auth.thecheese.io/*",
"https://oss-auth.shop.wii.com/*",
"http://wiimart:8080/oss/serv/*",
"https://wiimart:8080/oss/serv/*",
"https://localhost/oss/serv*"
"https://wiimart:8080/oss/serv/*"
]
}
]