37 lines
798 B
JSON
37 lines
798 B
JSON
{
|
|
"id": "flux",
|
|
"name": "Flux Watchface",
|
|
"shortName": "Flux",
|
|
"version": "0.01",
|
|
"description": "A really simple imitation of Apples \"Flux\" Watchface, with different colors.",
|
|
"icon": "app.png",
|
|
"tags": "clock",
|
|
"type": "clock",
|
|
"supports": [
|
|
"BANGLEJS2"
|
|
],
|
|
"screenshots": [
|
|
{
|
|
"url": "screenshot_1.png"
|
|
},
|
|
{
|
|
"url": "screenshot_2.png"
|
|
}
|
|
],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{
|
|
"name": "flux.app.js",
|
|
"url": "app.js"
|
|
},
|
|
{
|
|
"name": "settings.js",
|
|
"url": "flux.settings.js"
|
|
},
|
|
{
|
|
"name": "flux.img",
|
|
"url": "app-icon.js",
|
|
"evaluate": true
|
|
}
|
|
]
|
|
} |