diff --git a/apps.json b/apps.json index 8f123e079..9341f2be9 100644 --- a/apps.json +++ b/apps.json @@ -1118,6 +1118,18 @@ "storage": [ {"name":"tabata.app.js","url":"tabata.js"}, {"name":"tabata.img","url":"tabata-icon.js","evaluate":true} + ] + }, + { "id": "custom", + "name": "Custom Boot Code ", + "icon": "custom.png", + "version":"0.01", + "description": "Add code you want to run at boot time", + "tags": "tool,system", + "type": "bootloader", + "custom":"custom.html", + "storage": [ + {"name":"custom"} ] } ] diff --git a/apps/custom/custom.html b/apps/custom/custom.html new file mode 100644 index 000000000..5a5dbbecd --- /dev/null +++ b/apps/custom/custom.html @@ -0,0 +1,64 @@ + + +
+ + + + + + + + + + + + + +Type your javascript code here
+ +Then click
+ + + + diff --git a/apps/custom/custom.png b/apps/custom/custom.png new file mode 100644 index 000000000..722ceb9ee Binary files /dev/null and b/apps/custom/custom.png differ