Create metadata.info

pull/1886/head
pidajo 2022-05-26 18:48:07 +02:00 committed by GitHub
parent 68af6449dc
commit 6ab7263272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
apps/widday/metadata.info Normal file
View File

@ -0,0 +1,12 @@
{ "id": "widday",
"name": "Day Widget",
"shortName":"My Timer",
"icon": "widday.png",
"version":"0.01",
"description": "Just the day of the current date as widget",
"tags": "widget,say,date",
"storage": [
{"name":"widday.wid.js","url":"app.js"},
{"name":"widday.img","url":"app-icon.js","evaluate":true}
]
}