SearchBar/package.xml
Chris Hennes ce1520152d
Remove the trailing slash in the main URL
Silences warning from Addon Manager.
2022-06-22 18:09:53 -05:00

28 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>SearchBar</name>
<description>Adds a search bar widget for tools, document objects, and preferences</description>
<version>1.0.1</version>
<date>2022-03-12</date>
<author email="searchbar@suzanne.soy">Suzanne Soy</author>
<maintainer email="searchbar@suzanne.soy">Suzanne Soy</maintainer>
<license file="LICENSE">CCOv1</license>
<url type="repository" branch="main">https://github.com/SuzanneSoy/SearchBar</url>
<url type="bugtracker" branch="main">https://github.com/SuzanneSoy/SearchBar/issues</url>
<url type="documentation" branch="main">https://github.com/SuzanneSoy/SearchBar</url>
<icon>Tango-System-search.svg</icon>
<content>
<workbench>
<name>SearchBar</name>
<description>Adds a search bar widget for tools, document objects, and preferences</description>
<classname></classname>
<subdirectory></subdirectory>
<icon></icon>
<tag>search</tag>
<tag>widget</tag>
<tag>ui/ux</tag>
<version></version>
</workbench>
</content>
</package>