Merge branch 'master' of https://github.com/Vingelar/BangleApps into Vingelar-master
# Conflicts: # apps.jsonpull/900/head
19
apps.json
|
@ -1420,12 +1420,12 @@
|
||||||
{
|
{
|
||||||
"id": "pomodo",
|
"id": "pomodo",
|
||||||
"name": "Pomodoro",
|
"name": "Pomodoro",
|
||||||
"version": "0.01",
|
"version": "0.02",
|
||||||
"description": "A simple pomodoro timer.",
|
"description": "A simple pomodoro timer.",
|
||||||
"icon": "pomodoro.png",
|
"icon": "pomodoro.png",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
"tags": "pomodoro,cooking,tools",
|
"tags": "pomodoro,cooking,tools",
|
||||||
"supports": ["BANGLEJS"],
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
||||||
"allow_emulator": true,
|
"allow_emulator": true,
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"pomodo.app.js","url":"pomodoro.js"},
|
{"name":"pomodo.app.js","url":"pomodoro.js"},
|
||||||
|
@ -4292,5 +4292,20 @@
|
||||||
{"name":"lcars.app.js","url":"lcars.app.js"},
|
{"name":"lcars.app.js","url":"lcars.app.js"},
|
||||||
{"name":"lcars.img","url":"lcars.icon.js","evaluate":true}
|
{"name":"lcars.img","url":"lcars.icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{ "id": "binwatch",
|
||||||
|
"name": "Binary Watch",
|
||||||
|
"shortName":"BinWatch",
|
||||||
|
"icon": "app.png",
|
||||||
|
"version":"0.02",
|
||||||
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||||
|
"allow_emulator":true,
|
||||||
|
"description": "Famous binary watch",
|
||||||
|
"tags": "clock",
|
||||||
|
"type": "clock",
|
||||||
|
"storage": [
|
||||||
|
{"name":"binwatch.app.js","url":"app.js"},
|
||||||
|
{"name":"binwatch.img","url":"app-icon.js","evaluate":true}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 708 B After Width: | Height: | Size: 708 B |