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

View File

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