mirror of https://github.com/espruino/BangleApps
14 lines
351 B
JSON
14 lines
351 B
JSON
|
{
|
||
|
"id": "mmonday",
|
||
|
"name": "Manic Monday Tone",
|
||
|
"version": "0.02",
|
||
|
"description": "The Bangles make a comeback",
|
||
|
"icon": "manic-monday-icon.png",
|
||
|
"tags": "sound",
|
||
|
"supports": ["BANGLEJS"],
|
||
|
"storage": [
|
||
|
{"name":"mmonday.app.js","url":"manic-monday.js"},
|
||
|
{"name":"mmonday.img","url":"manic-monday-icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|