From 6b958b31b04d7c6b9400d6c71cf581320ebb063c Mon Sep 17 00:00:00 2001 From: SQFMI Date: Fri, 15 Jan 2021 22:14:16 -0500 Subject: [PATCH] Create index.json --- extras/index.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 extras/index.json diff --git a/extras/index.json b/extras/index.json new file mode 100644 index 0000000..f59d0d6 --- /dev/null +++ b/extras/index.json @@ -0,0 +1,44 @@ +{ + "watchfaces" : [ + { + "id" : "1", + "name" : "Basic", + "author" : "SQFMI", + "screenshot" : "", + "source" : "https://github.com/sqfmi/Watchy/tree/master/examples/WatchFaces/Basic", + "version" : "1.0.0" + }, + { + "id" : "2", + "name" : "7_SEG", + "author" : "SQFMI", + "screenshot" : "", + "source" : "https://github.com/sqfmi/Watchy/tree/master/examples/WatchFaces/7_SEG", + "version" : "1.0.0" + }, + { + "id" : "3", + "name" : "DOS", + "author" : "SQFMI", + "screenshot" : "", + "source" : "https://github.com/sqfmi/Watchy/tree/master/examples/WatchFaces/DOS", + "version" : "1.0.0" + }, + { + "id" : "4", + "name" : "Pokemon", + "author" : "SQFMI", + "screenshot" : "", + "source" : "https://github.com/sqfmi/Watchy/tree/master/examples/WatchFaces/Pokemon", + "version" : "1.0.0" + }, + { + "id" : "5", + "name" : "StarryHorizon", + "author" : "dandelany", + "screenshot" : "", + "source" : "https://github.com/sqfmi/Watchy/tree/master/examples/WatchFaces/StarryHorizon", + "version" : "1.0.0" + } + ] +}