f9bee05d49
When we allow users to choose between different templates, we should provide some context for each template to facilitate that choice. Add that metadata in the form of a .desktop file, which allows us to specify name and description, and is well supported by our translation infrastructure. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/812
9 lines
269 B
XML
9 lines
269 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/extensions-tool">
|
|
<file>templates/00-plain.desktop</file>
|
|
<file>templates/plain/extension.js</file>
|
|
<file>templates/plain/stylesheet.css</file>
|
|
</gresource>
|
|
</gresources>
|