From 27f2156a152d45c391d172eb7d423d5c12b25e70 Mon Sep 17 00:00:00 2001 From: RKBoss6 Date: Thu, 24 Jul 2025 15:38:38 -0400 Subject: [PATCH] Update metadata.json --- apps/smartbatt/metadata.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/smartbatt/metadata.json b/apps/smartbatt/metadata.json index bee551796..81206d56e 100644 --- a/apps/smartbatt/metadata.json +++ b/apps/smartbatt/metadata.json @@ -11,6 +11,10 @@ "provides_modules" : ["smartbatt"], "readme": "README.md", "storage": [ - {"name":"smartbatt","url":"module.js"} + {"name":"smartbatt","url":"module.js"}, + {"name":"smartbatt.settings.js","url":"settings.js"} + ], + "data": [ + {"name":"smartbatt.settings.json"}, ] }