Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/space-dragon.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2014-10-09 20:40:32 +0400
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2014-10-09 20:40:32 +0400
commit7465f2ff304bb8cc898478d0db0a9226382a43b5 (patch)
tree0ddbb4e25656ea4a12cde9ad57be047a205287bb /appinfo.json
First commit, version 1.2
Diffstat (limited to 'appinfo.json')
-rw-r--r--appinfo.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/appinfo.json b/appinfo.json
new file mode 100644
index 0000000..ef7801c
--- /dev/null
+++ b/appinfo.json
@@ -0,0 +1,29 @@
+{
+ "uuid": "130049db-8847-4d94-b619-58ced0e537eb",
+ "shortName": "Space Dragon",
+ "longName": "Space Dragon",
+ "companyName": "Cluster",
+ "versionCode": 3,
+ "versionLabel": "1.2",
+ "watchapp": {
+ "watchface": false
+ },
+ "appKeys": {
+ "dummy": 0
+ },
+ "resources": {
+ "media": [
+ {
+ "file": "images/ship.png",
+ "name": "IMAGE_SHIP",
+ "type": "png"
+ },
+ {
+ "file": "images/icon.png",
+ "menuIcon": true,
+ "name": "IMAGE_ICON",
+ "type": "png"
+ }
+ ]
+ }
+}