From 354d281fb633983e66d8bce6aeb9d0b3627c6b12 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Mon, 12 Feb 2024 14:45:22 +0000 Subject: [PATCH] Add ability to upload/download My Profile data Just a very basic interface to start with! Signed-off-by: James Taylor --- apps/myprofile/interface.html | 125 ++++++++++++++++++++++++++++++++++ apps/myprofile/metadata.json | 2 +- 2 files changed, 126 insertions(+), 1 deletion(-) create mode 100644 apps/myprofile/interface.html diff --git a/apps/myprofile/interface.html b/apps/myprofile/interface.html new file mode 100644 index 000000000..d5ea43f83 --- /dev/null +++ b/apps/myprofile/interface.html @@ -0,0 +1,125 @@ + + + + + + + +
+ + + + + +

+
+    
+    
+  
+
diff --git a/apps/myprofile/metadata.json b/apps/myprofile/metadata.json
index 79add3b5a..9fd3cba4d 100644
--- a/apps/myprofile/metadata.json
+++ b/apps/myprofile/metadata.json
@@ -8,6 +8,7 @@
   "readme": "README.md",
   "tags": "tool,utility",
   "supports": ["BANGLEJS", "BANGLEJS2"],
+  "interface": "interface.html",
   "storage": [
     {"name":"myprofile.settings.js","url":"settings.js"}
   ],
@@ -15,4 +16,3 @@
     {"name":"myprofile.json"}
   ]
 }
-