BangleApps/apps/mtgwatchface/metadata.json

36 lines
685 B
JSON
Raw Normal View History

2022-03-13 19:19:49 +00:00
{
2022-03-13 19:33:24 +00:00
"id": "mtgwatchface",
"name": "MTG Watchface",
"shortName": "Magic the Gathering Watch Face",
2022-03-13 19:19:49 +00:00
"version": "0v01",
"description": "Magic the Gathering themed watch face. Embrace the inner wizzard ",
"icon": "icon.png",
"screenshots": [
{
"url": "screenshot.png"
}
],
"tags": "",
"supports": [
"BANGLEJS2"
],
"readme": "README.md",
"allow_emulator": true,
"storage": [
{
"name": "mtgwatchface.app.js",
"url": "app.js",
"supports": [
"BANGLEJS2"
]
},
{
"name": "mtgwatchface.img",
"url": "app-icon.js",
"evaluate":true,
"supports": [
"BANGLEJS2"
]
}
]
}