mirror of
https://wiilab.wiimart.org/wiimart/wiimart-extension
synced 2025-09-02 19:41:00 +02:00
music soooooonnnnnn
This commit is contained in:
parent
db7d7137d0
commit
3801d12e24
BIN
audio/bgm.wav
Normal file
BIN
audio/bgm.wav
Normal file
Binary file not shown.
50
manifest-chome.json
Normal file
50
manifest-chome.json
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "WiiShop but on browsers (Chrome)",
|
||||
"version": "1.0",
|
||||
"permissions": [
|
||||
"scripting",
|
||||
"activeTab",
|
||||
"storage",
|
||||
"webRequest",
|
||||
"tabs"
|
||||
],
|
||||
"host_permissions": [
|
||||
"<all_urls>"
|
||||
],
|
||||
"action": {
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"background": {
|
||||
"service_worker": "background.js"
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"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/*"
|
||||
],
|
||||
"js": ["content.js"],
|
||||
"run_at": "document_start"
|
||||
}
|
||||
],
|
||||
"web_accessible_resources": [
|
||||
{
|
||||
"resources": [
|
||||
"images/*",
|
||||
"audio/*",
|
||||
"classDefinitions.js"
|
||||
],
|
||||
"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/*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,28 +1,27 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "WiiShop but on browsers",
|
||||
"name": "WiiShop but on browsers (Firefox)",
|
||||
"version": "1.0",
|
||||
"permissions": [
|
||||
"scripting",
|
||||
"activeTab",
|
||||
"storage",
|
||||
"scripting",
|
||||
"activeTab",
|
||||
"storage",
|
||||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
"tabs"
|
||||
],
|
||||
"host_permissions": [
|
||||
"<all_urls>"
|
||||
],
|
||||
"action": {
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"host_permissions": [
|
||||
"<all_urls>"
|
||||
],
|
||||
"background": {
|
||||
"scripts": ["background.js"]
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"https://oss-auth.blinklab.com/*",
|
||||
"https://oss-auth.blinklab.com/*",
|
||||
"https://oss-auth.thecheese.io/*",
|
||||
"https://oss-auth.shop.wii.com/*",
|
||||
"http://wiimart:8080/oss/serv/*",
|
||||
@ -35,14 +34,13 @@
|
||||
"web_accessible_resources": [
|
||||
{
|
||||
"resources": [
|
||||
"fonts/*",
|
||||
"images/*",
|
||||
"audio/*",
|
||||
"classDefinitions.js"
|
||||
],
|
||||
"matches": [
|
||||
"https://oss-auth.blinklab.com/*",
|
||||
"https://oss-auth.thecheese.io/*",
|
||||
"https://oss-auth.thecheese.io/*",
|
||||
"https://oss-auth.shop.wii.com/*",
|
||||
"http://wiimart:8080/oss/serv/*",
|
||||
"https://wiimart:8080/oss/serv/*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user