Fix swapped names and URLs in metadata.json

Corrected the 'name' and 'url' fields for settings.js and flux.settings.js in apps/flux/metadata.json to ensure proper mapping.
master
JSArcus 2025-08-06 00:06:12 +02:00
parent 751bf928cc
commit 5d1c95e1f6
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
"url": "app.js" "url": "app.js"
}, },
{ {
"name": "settings.js", "name": "flux.settings.js",
"url": "flux.settings.js" "url": "settings.js"
}, },
{ {
"name": "flux.img", "name": "flux.img",