Remove unused CSS file and image, and delete package.json

This commit is contained in:
Janis
2024-01-18 20:03:37 +01:00
parent 88494d45eb
commit 0e49f5fffc
3 changed files with 1 additions and 1 deletions

View File

@@ -1,34 +0,0 @@
{
"name": "better-teamspeak-theme",
"description": "Better TeamSpeak Theme",
"version": "1.0.1",
"identifier": "de.dertyp.ts",
"engines": {
"teamspeak": 1
},
"homepage": "https://community.teamspeak.com/t/skin-cleanspeak-a-the-all-new-teamspeak-5-theme/20168",
"docsUrl": "https://community.teamspeak.com/t/skin-cleanspeak-a-the-all-new-teamspeak-5-theme/20168",
"repository": {
"url": "https://github.com/Gamer92000/CleanSpeak",
"type": "git",
"directory": "Theme"
},
"image": "default1.png",
"license": "MIT",
"author": {
"name": "dertyp7",
"email": "dertyp7@tealfire.de",
"url": "https://tealfire.de",
"userTag": "dertyp7@myteamspeak.com"
},
"content": {
"themes": [
{
"name": "BetterTeamSpeakTheme",
"source": "BetterTeamSpeakTheme.css",
"apiVersion": 1,
"image": "default1.png"
}
]
}
}