gnome-shell/subprojects/extensions-tool/src/gnome-extensions-tool.gresource.xml
Florian Müllner 306b005943 extensions-tool: Add small indicator template
Adding an additional icon to the top bar is one of the more common
patterns used by extensions. Make this easier by providing a template
for it.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/812
2020-04-07 20:27:00 +00:00

12 lines
416 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gnome/extensions-tool">
<file>templates/00-plain.desktop</file>
<file>templates/indicator.desktop</file>
<file>templates/indicator/extension.js</file>
<file>templates/indicator/stylesheet.css</file>
<file>templates/plain/extension.js</file>
<file>templates/plain/stylesheet.css</file>
</gresource>
</gresources>