1
0
Fork 0
BangleApps/apps/widday/metadata.json

17 lines
473 B
JSON
Raw Normal View History

2022-05-26 16:48:07 +00:00
{ "id": "widday",
"name": "Day Widget",
"shortName":"My Timer",
"icon": "widday.png",
"version":"0.01",
"description": "Just the day of the current date as widget",
2022-06-06 11:33:55 +00:00
"readme": "README.md"
2022-05-26 16:48:07 +00:00
"tags": "widget,say,date",
2022-05-26 16:58:40 +00:00
"allow_emulator":true,
"supports": ["BANGLEJS", "BANGLEJS2"],
"screenshots" : [ { "url":"screenshot.png" } ],
2022-05-26 16:48:07 +00:00
"storage": [
{"name":"widday.wid.js","url":"app.js"},
{"name":"widday.img","url":"app-icon.js","evaluate":true}
]
}