This commit is contained in:
Julian Kiedaisch
2025-10-24 21:24:36 +02:00
parent 901150219e
commit 5fea8ebd3f
6 changed files with 187 additions and 24 deletions

View File

@@ -1,30 +1,24 @@
{
"name": "peertube-theme-quickstart",
"version": "0.0.2",
"description": "PeerTube theme quickstart",
"name": "peertube-theme-mdg-light",
"version": "0.0.1",
"description": "MDG PeerTube theme light",
"engine": {
"peertube": ">=1.3.0"
"peertube": ">=7.3.0"
},
"keywords": [
"peertube",
"theme"
],
"homepage": "https://framagit.org/framasoft/peertube/peertube-theme-quickstart",
"author": "Chocobozzz",
"bugs": "https://framagit.org/framasoft/peertube/peertube-theme-quickstart/issues",
"homepage": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-light",
"author": "Julian Kiedaisch",
"bugs": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-light/issues",
"staticDirs": {
"images": "public/images"
},
"css": [
"assets/style.css"
],
"clientScripts": [
{
"script": "client/common-client-plugin.js",
"scopes": [ "common" ]
}
],
"translations": {
"fr-FR": "./languages/fr.json"
}
}