diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2015-05-13 11:11:50 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2015-05-13 11:11:50 +0200 |
commit | a20e4979ac7f96588af2b1fef265d23714c380ca (patch) | |
tree | 95e5e527644ed84c6bfef077336c02a86cd057e3 /metadata.json | |
parent | 9834b419877780bdf227516fa682d4a780d5cb8a (diff) | |
download | ISS_Above-a20e4979ac7f96588af2b1fef265d23714c380ca.tar.gz |
Fix the metadata to allow working with more versions of G-S.2
Diffstat (limited to 'metadata.json')
-rw-r--r-- | metadata.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/metadata.json b/metadata.json index 2eb1f76..c02ef6d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,9 +1,11 @@ { - "shell-version": [ - "3.14.2" - ], - "uuid": "ISS_Above@mcepl.cepl.eu", - "name": "ISS Above", - "description": "Shows an icon when ISS is above you (+- 100km)", - "url": "https://gitlab.com/mcepl/gnome-shell-extension-ISS_Above/" + "description": "Shows an icon when ISS is above you (+- 100km)", + "name": "ISS Above", + "shell-version": [ + "3.14", + "3.16" + ], + "url": "https://gitlab.com/mcepl/gnome-shell-extension-ISS_Above/", + "uuid": "ISS_Above@mcepl.cepl.eu", + "version": 2 } |