peertube-grayjay/PeerTubeConfig.json
2023-11-02 12:42:36 -04:00

27 lines
676 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": 1,
"iconUrl": "./icon.png",
"id": "d770c577-e9ec-4435-a78a-f83fb9064bdf",
"scriptSignature": "",
"scriptPublicKey": "",
"packages": ["Http"],
"allowEval": false,
"allowUrls": [
"https://peertube.libresolutions.network"
],
"constants": {
"baseUrl": "https://peertube.libresolutions.network"
}
}