Add url property in the metadata

GNOME Shell emits a warning when "url" is absent in metadata.json,
adding it costs nothing. Links to the GIT repository because I
found no better page to reference.
This commit is contained in:
Giovanni Campagna
2011-02-26 16:41:52 +01:00
parent a7d59970cb
commit fbbe5ba764
7 changed files with 15 additions and 6 deletions
+2 -1
View File
@@ -3,5 +3,6 @@
"name": "Hello, World!",
"description": "An example extension to show how it works. Shows Hello, world when clicking on the top panel.",
"shell-version": [ "@shell_current@" ],
"localedir": "@LOCALEDIR@"
"localedir": "@LOCALEDIR@",
"url": "@url@"
}