Create metadata.json

pull/1847/head
eleanor 2022-05-18 11:34:03 -05:00 committed by GitHub
parent 370617915c
commit 5ec25d9908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"id": "pokeclk",
"name": "Poketch Clock",
"shortName":"Poketch Clock",
"version": "0.01",
"description": "A clock based on the Poketch electronic device found in Sinnoh",
"icon": "app.png",
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"allow_emulator": true,
"readme":"README.md",
"storage": [
{"name":"pokeclk.app.js","url":"app.js"},
{"name":"pokeclk.img","url":"app-icon.js","evaluate":true}
]
}