2023-05-09 12:05:08 +00:00
|
|
|
{ "id": "patriotclk",
|
|
|
|
"name": "Patriotic Clock",
|
|
|
|
"shortName":"Patriot",
|
2024-03-04 21:32:06 +00:00
|
|
|
"version": "0.03",
|
2023-05-10 09:29:00 +00:00
|
|
|
"description": "Show your Patriotism with your Country's flag as a clock face (configurable). Swipe down to show widgets and date.",
|
2023-05-09 12:05:08 +00:00
|
|
|
"icon": "app.png",
|
|
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock,flag",
|
|
|
|
"supports" : ["BANGLEJS2"],
|
|
|
|
"custom": "custom.html",
|
|
|
|
"storage": [
|
|
|
|
{"name":"patriotclk.app.js","url":"app.js"},
|
|
|
|
{"name":"patriotclk.bg.img"},
|
|
|
|
{"name":"patriotclk.opts"},
|
|
|
|
{"name":"patriotclk.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|