diff --git a/apps/storageanalyzer/ChangeLog b/apps/storageanalyzer/ChangeLog new file mode 100644 index 000000000..2286a7f70 --- /dev/null +++ b/apps/storageanalyzer/ChangeLog @@ -0,0 +1 @@ +0.01: New App! \ No newline at end of file diff --git a/apps/storageanalyzer/app.png b/apps/storageanalyzer/app.png new file mode 100644 index 000000000..f204a5643 Binary files /dev/null and b/apps/storageanalyzer/app.png differ diff --git a/apps/storageanalyzer/custom.html b/apps/storageanalyzer/custom.html new file mode 100644 index 000000000..4b6c3879e --- /dev/null +++ b/apps/storageanalyzer/custom.html @@ -0,0 +1,69 @@ + + + + + + + +
+ + + + diff --git a/apps/storageanalyzer/metadata.json b/apps/storageanalyzer/metadata.json new file mode 100644 index 000000000..193b7c32c --- /dev/null +++ b/apps/storageanalyzer/metadata.json @@ -0,0 +1,13 @@ +{ + "id": "storageanalyzer", + "name": "Storage Analyzer", + "version": "0.01", + "description": "Analyses Bangle.js storage and shows which apps are using it", + "icon": "app.png", + "type": "RAM", + "tags": "tool,storage,flash,memory", + "supports": ["BANGLEJS","BANGLEJS2"], + "custom": "custom.html", + "customConnect": true, + "storage": [] +}