It is not used anymore, now that translations are bundled with the extension. Also, in the zip files it ended up with my home folder, which is not nice. Cherry-picked from master, added code to load translation from within the extension folder.
8 lines
226 B
JSON
8 lines
226 B
JSON
{
|
|
"uuid": "@uuid@",
|
|
"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@", "3.2" ],
|
|
"url": "@url@"
|
|
}
|