-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcustomcss.xml
More file actions
20 lines (20 loc) · 868 Bytes
/
customcss.xml
File metadata and controls
20 lines (20 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="system" method="upgrade">
<name>plg_system_customcss</name>
<author>Tobias Zulauf</author>
<creationDate>2025-10-25</creationDate>
<copyright>Copyright (C) 2013 - 2024 Tobias Zulauf (jah-tz.de). All rights reserved.</copyright>
<license>https://www.gnu.org/copyleft/gpl.html</license>
<authorEmail>kontakt@jah-tz.de</authorEmail>
<authorUrl>www.jah-tz.de</authorUrl>
<version>3-9</version>
<description>PLG_SYSTEM_CUSTOMCSS_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<files>
<filename plugin="customcss">customcss.php</filename>
<folder>language</folder>
</files>
<updateservers>
<server type="extension" name="CustomCSS Update Site">https://raw.githubusercontent.com/zero-24/plg_system_customcss/master/update.xml</server>
</updateservers>
</extension>