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" ,
2024-03-04 21:32:06 +00:00
"version" : "0.03" ,
2022-03-26 05:57:12 +00:00
"description" : "Magic the Gathering themed watch face. Embrace the inner wizzard. Dispay any of the different types of mana on your watch. Which color are you devoted to today? " ,
2022-03-13 19:19:49 +00:00
"icon" : "icon.png" ,
"screenshots" : [
2022-03-13 19:46:17 +00:00
{ "url" : "black.png" }
2022-03-13 19:19:49 +00:00
] ,
2022-03-13 20:01:53 +00:00
"tags" : "clock" ,
"type" : "clock" ,
2022-03-13 19:19:49 +00:00
"supports" : [
"BANGLEJS2"
] ,
"readme" : "README.md" ,
"allow_emulator" : true ,
2022-03-13 20:01:53 +00:00
"storage" : [
2022-03-13 19:19:49 +00:00
{
"name" : "mtgwatchface.app.js" ,
2022-03-28 13:03:59 +00:00
"url" : "app.js"
2022-03-13 19:19:49 +00:00
} ,
{
"name" : "mtgwatchface.img" ,
"url" : "app-icon.js" ,
2022-03-28 13:03:59 +00:00
"evaluate" : true
2022-03-13 19:19:49 +00:00
}
]
2022-03-26 05:57:12 +00:00
}