22 lines
505 B
JSON
22 lines
505 B
JSON
{
|
|
"name": "peertube-theme-dark",
|
|
"version": "2.4.1",
|
|
"description": "PeerTube dark theme",
|
|
"engine": {
|
|
"peertube": ">=4.2.0"
|
|
},
|
|
"keywords": [
|
|
"peertube",
|
|
"theme"
|
|
],
|
|
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-theme-dark",
|
|
"author": "Chocobozzz",
|
|
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
|
|
"staticDirs": {},
|
|
"css": [
|
|
"assets/style.css"
|
|
],
|
|
"clientScripts": [],
|
|
"translations": {}
|
|
}
|