diff --git a/apps.json b/apps.json index f536c0448..d6acd37ee 100644 --- a/apps.json +++ b/apps.json @@ -1168,7 +1168,7 @@ "tags": "bluetooth,btle,smart,switch", "readme": "README.md", "storage": [ - {"name":"smartswitch.app.js","url":"app.js"}, + {"name":"smartswitch.js","url":"app.js"}, {"name":"smartswitch.img","url":"app-icon.js","evaluate":true}, {"name":"light-on.img","url":"light-on.js","evaluate":true}, {"name":"light-off.img","url":"light-off.js","evaluate":true}, diff --git a/apps/smartswitch/smartswitch.app.js b/apps/smartswitch/smartswitch.js similarity index 100% rename from apps/smartswitch/smartswitch.app.js rename to apps/smartswitch/smartswitch.js