peertube-grayjay/PeerTubeConfig.json
2023-11-01 21:25:37 -04:00

27 lines
652 B
JSON

{
"name": "PeerTube - LSN",
"description": "A plugin that adds PeerTube as a source",
"author": "Gabriel",
"authorUrl": "https://gabe.rocks",
"sourceUrl": "https://gabe.rocks/grayjay-pt/PeerTubeConfig.json",
"repositoryUrl": "https://code.gabe.rocks/gabriel/peertube-grayjay",
"scriptUrl": "./PeerTubeScript.js",
"version": 20,
"iconUrl": "./peertube.png",
"id": "d770c577-e9ec-4435-a78a-f83fb9064bdf",
"scriptSignature": "",
"scriptPublicKey": "",
"packages": ["Http"],
"allowEval": false,
"allowUrls": [
"everywhere"
],
"constants": {
"baseUrl": "https://peertube.libresolutions.network"
}
}