Dateien nach "BungeeCord-Chrome" hochladen

This commit is contained in:
2026-01-01 13:31:09 +00:00
parent 6915b8d807
commit cc1b6115ce
5 changed files with 777 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"manifest_version": 3,
"name": "Minecraft Bungee Status",
"description": "Zeigt den Live-Status mehrerer Bungee/Proxy-Server an. Fallback auf WordPress AJAX möglich.",
"version": "1.1.0",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"http://*/*",
"https://*/*"
]
}