peertube-grayjay/PeerTubeConfig.json

28 lines
756 B
JSON
Raw Normal View History

2023-08-10 05:36:29 -04:00
{
2023-11-01 21:23:29 -04:00
"name": "PeerTube - LSN",
2023-11-02 12:49:03 -04:00
"description": "A fork of the FUTO PeerTube plugin that allows access to remote videos for the Libre Solutions Network peertube instance.",
2023-11-01 21:23:29 -04:00
"author": "Gabriel",
"authorUrl": "https://gabe.rocks",
2023-08-10 05:36:29 -04:00
2023-11-02 12:50:07 -04:00
"sourceUrl": "https://gabe.rocks/peertube-grayjay/PeerTubeConfig.json",
2023-11-01 21:23:29 -04:00
"repositoryUrl": "https://code.gabe.rocks/gabriel/peertube-grayjay",
2023-08-10 05:36:29 -04:00
"scriptUrl": "./PeerTubeScript.js",
2023-11-02 12:42:36 -04:00
"version": 1,
2023-08-10 05:36:29 -04:00
2023-11-02 12:42:36 -04:00
"iconUrl": "./icon.png",
2023-11-01 21:23:29 -04:00
"id": "d770c577-e9ec-4435-a78a-f83fb9064bdf",
2023-08-10 05:36:29 -04:00
"scriptSignature": "",
"scriptPublicKey": "",
"packages": ["Http"],
"allowEval": false,
"allowUrls": [
2023-11-02 12:51:12 -04:00
"peertube.libresolutions.network"
2023-08-10 05:36:29 -04:00
],
"constants": {
2023-11-01 21:23:29 -04:00
"baseUrl": "https://peertube.libresolutions.network"
2023-08-10 05:36:29 -04:00
}
}