remove un-needed files
parent
b7d5cbf9b6
commit
8a9e13b19c
|
|
@ -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}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -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}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue