mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
12 lines
431 B
XML
12 lines
431 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="addon">
|
|
<id>net.zoite.Zoitechat.Plugin.@NAME@</id>
|
|
<extends>net.zoite.Zoitechat</extends>
|
|
<name>@NAME@ Plugin</name>
|
|
<summary>@SUMMARY@</summary>
|
|
<url type="homepage">https://zoitechat.zoite.net/</url>
|
|
<project_license>@LICENSE@</project_license>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<update_contact>deepend_AT_zoite.net</update_contact>
|
|
</component>
|