added tags to the metadata
this app is actually a clock... tell the world about itmaster
parent
a70f24ceae
commit
d082e23de1
|
|
@ -1,14 +1,18 @@
|
||||||
{ "id": "bowserWF",
|
{
|
||||||
|
"id": "bowserWF",
|
||||||
"name": "Bowser Watchface",
|
"name": "Bowser Watchface",
|
||||||
"shortName":"Bowser Watchface",
|
"shortName":"Bowser Watchface",
|
||||||
"version":"0.01",
|
"version":"0.02",
|
||||||
"description": "Let bowser show you the time",
|
"description": "Let bowser show you the time",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "",
|
"type": "clock",
|
||||||
|
"tags": "clock",
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports" : ["BANGLEJS2"],
|
||||||
|
"allow_emulator": true,
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"bowserWF.app.js","url":"app.js"},
|
{"name":"bowserWF.app.js","url":"app.js"},
|
||||||
{"name":"bowserWF.img","url":"app-icon.js","evaluate":true}
|
{"name":"bowserWF.img","url":"app-icon.js","evaluate":true}
|
||||||
]
|
],
|
||||||
|
"data": [{"name":"bowserWF.json"}]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue