peertube-grayjay/PeerTubeConfig.json

28 lines
652 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-08-10 05:36:29 -04:00
"description": "A plugin that adds PeerTube as a source",
2023-11-01 21:23:29 -04:00
"author": "Gabriel",
"authorUrl": "https://gabe.rocks",
2023-08-10 05:36:29 -04:00
2023-11-01 21:25:37 -04:00
"sourceUrl": "https://gabe.rocks/grayjay-pt/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-01 21:23:29 -04:00
"version": 20,
2023-08-10 05:36:29 -04:00
"iconUrl": "./peertube.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": [
"everywhere"
],
"constants": {
2023-11-01 21:23:29 -04:00
"baseUrl": "https://peertube.libresolutions.network"
2023-08-10 05:36:29 -04:00
}
}