diff options
author | Victor Häggqvist <[email protected]> | 2014-07-02 05:05:54 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2014-07-02 05:05:54 +0200 |
commit | 7a0c62ec8f0fd0588329995c3306778d02c47489 (patch) | |
tree | 8444dd7a1a41112d070942b42f04229581749e5a | |
parent | 1505b75b8f02267b5d8741e04dd7975d19f1e151 (diff) |
icon def
-rw-r--r-- | appinfo.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/appinfo.json b/appinfo.json index d6533b2..bdfeee1 100644 --- a/appinfo.json +++ b/appinfo.json @@ -10,6 +10,13 @@ }, "appKeys": {}, "resources": { - "media": [] + "media": [ + { + "type": "png", + "file": "icon.png", + "menuIcon": true, + "name": "ICON" + } + ] } } |