remove un-needed files

pull/1202/head^2
Gordon Williams 2022-01-04 11:00:26 +00:00
parent b7d5cbf9b6
commit 8a9e13b19c
2 changed files with 0 additions and 29 deletions

View File

@ -1,15 +0,0 @@
// Create an entry in apps.json as follows:
{ "id": "bluetoothdock",
"name": "Bluetooth Dock",
"shortName":"Dock",
"icon": "app.png",
"version":"0.01",
"description": "When charging shows the time, scans Bluetooth for known devices (eg temperature) and shows them on the screen",
"tags": "bluetooth",
"readme": "README.md",
"storage": [
{"name":"bluetoothdock.app.js","url":"app.js"},
{"name":"bluetoothdock.boot.js","url":"boot.js"},
{"name":"bluetoothdock.img","url":"app-icon.js","evaluate":true}
]
}

View File

@ -1,14 +0,0 @@
{ "id": "scribble",
"name": "Scribble",
"shortName":"Scribble",
"version":"0.01",
"description": "A keyboard on your wrist!",
"icon": "app.png",
"tags": "keyboard, text, scribble",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"scribble.app.js","url":"app.js"},
{"name":"scribble.img","url":"app-icon.js","evaluate":true}
]
}