mirror of https://github.com/espruino/BangleApps
use type of sched instead of app
parent
08da058df3
commit
0b7fa0494d
|
@ -6,7 +6,7 @@
|
||||||
"description": "A very simple app to start a timer.",
|
"description": "A very simple app to start a timer.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool",
|
"tags": "tool",
|
||||||
"dependencies": {"sched":"app"},
|
"dependencies": {"sched":"type"},
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
"screenshots": [{"url":"screenshot.png"}, {"url": "screenshot_2.png"}],
|
"screenshots": [{"url":"screenshot.png"}, {"url": "screenshot_2.png"}],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
|
|
Loading…
Reference in New Issue