You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
756 B
JSON

{
"name": "PeerTube - LSN",
"description": "A fork of the FUTO PeerTube plugin that allows access to remote videos for the Libre Solutions Network peertube instance.",
"author": "Gabriel",
"authorUrl": "https://gabe.rocks",
"sourceUrl": "https://gabe.rocks/peertube-grayjay/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": [
"peertube.libresolutions.network"
],
"constants": {
"baseUrl": "https://peertube.libresolutions.network"
}
}