mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +00:00
18 lines
549 B
XML
18 lines
549 B
XML
<?xml version="1.0"?>
|
|
|
|
<generator xmlns="http://www.github/cliffe/SecGen/generator"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.github/cliffe/SecGen/generator">
|
|
<name>CSS File Selector Generator</name>
|
|
<author>Joshua Hickling</author>
|
|
<module_license>MIT</module_license>
|
|
<description>CSS file selector for the commando module.</description>
|
|
|
|
<type>css_file</type>
|
|
<platform>linux</platform>
|
|
<platform>windows</platform>
|
|
|
|
<output_type>string</output_type>
|
|
|
|
</generator>
|