Create metadata.json
parent
5790cfc58d
commit
c2aa2f3908
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"id": "shadowclk",
|
||||
"name": "Shadow Clock",
|
||||
"version": "0.01",
|
||||
"description": "A simple clock using the Londrina font with color and a shadowed outline. Based on the Anton Clock.
|
||||
"icon": "app.png",
|
||||
"screenshots": [{"url":"screenshot.png"}],
|
||||
"type": "clock",
|
||||
"tags": "clock",
|
||||
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||
"allow_emulator": true,
|
||||
"storage": [
|
||||
{"name":"shadowclk.app.js","url":"app.js"},
|
||||
{"name":"shadowclk.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue