forked from espruino/BangleApps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f260d3
commit 0764c62
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ "id": "bblobsface", | ||
Check failure on line 1 in apps/bblobsface/metadata.json GitHub Actions / build
|
||
"name": "Bangle Blobs Clock", | ||
"shortName":"BBClock", | ||
"icon": "app.png", | ||
"version": "1.00", | ||
"description": "A fully featured watch face, with a game on the side!", | ||
"type": "clock", | ||
"tags": "", | ||
"storage": [ | ||
{"name":"bblobsface.app.js","url":"app.js"}, | ||
{"name":"bblobsface.png","url":"app-icon.js","evaluate":true} | ||
] | ||
} |