Create metadata.json

pull/1886/head
pidajo 2022-05-20 18:06:17 +02:00 committed by GitHub
parent a21898b716
commit 36eea36a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{ "id": "pongclock",
"name": "Pong Clock",
"shortName":"Pong Clock",
"icon": "pongclock.png",
"version":"0.1",
"description": "A clock playing Pong",
"tags": "",
"storage": [
{"name":"pongclock.app.js","url":"app.js"},
{"name":"pongclock.img","url":"pongclock-img.js","evaluate":true}
]
}