Create metadata.json

pull/1618/head
Smooklu 2022-03-24 20:22:45 -05:00 committed by GitHub
parent f8d64ab7dd
commit 840cecf976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
apps/gsat/metadata.json Normal file
View File

@ -0,0 +1,14 @@
{
"id": "gsat",
"name": "Geek Squad Appointment Timer",
"shortName": "gsat",
"version": "0.01",
"description": "Starts a 20 minute timer for appointments at Geek Squad.",
"icon": "app.png",
"tags": "tool",
"readme": "README.md",
"supports": ["BANGLEJS"],
"storage": [
{"name":"gsat.app.js","url":"app.js"},
]
}