diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2024-07-14 14:37:42 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2024-07-14 14:37:42 -0400 |
| commit | 78b78ce781e06f27235b59809518b0d612fc3bc7 (patch) | |
| tree | d68dd632e1023be9c211ddd13c3f51859284b9d1 /resources | |
Initial commit
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/fanart.jpg | bin | 0 -> 256752 bytes | |||
| -rw-r--r-- | resources/icon.png | bin | 0 -> 271883 bytes | |||
| -rw-r--r-- | resources/settings.xml | 40 |
3 files changed, 40 insertions, 0 deletions
diff --git a/resources/fanart.jpg b/resources/fanart.jpg Binary files differnew file mode 100644 index 0000000..b052133 --- /dev/null +++ b/resources/fanart.jpg diff --git a/resources/icon.png b/resources/icon.png Binary files differnew file mode 100644 index 0000000..9b704a1 --- /dev/null +++ b/resources/icon.png diff --git a/resources/settings.xml b/resources/settings.xml new file mode 100644 index 0000000..a4d2427 --- /dev/null +++ b/resources/settings.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" ?> +<settings version="1"> + <section id="plugin.video.newgrounds"> + <category id="auth" label="30200" help=""> + <group id="1"> + <setting id="newgrounds.username" type="string" label="30201" help=""> + <level>0</level> + <default/> + <constraints> + <allowempty>true</allowempty> + </constraints> + <control format="string" type="edit"> + <heading>30201</heading> + </control> + </setting> + <setting id="newgrounds.password" type="string" label="30202" help=""> + <level>0</level> + <default/> + <constraints> + <allowempty>true</allowempty> + </constraints> + <control format="string" type="edit"> + <heading>302023</heading> + </control> + </setting> + <setting id="newgrounds.token" type="string" label="30203" help=""> + <level>0</level> + <default/> + <constraints> + <allowempty>true</allowempty> + </constraints> + <control format="string" type="edit"> + <heading>30203</heading> + <hidden>true</hidden> + </control> + </setting> + </group> + </category> + </section> +</settings> |