27 lines
602 B
JSON
27 lines
602 B
JSON
{
|
|
"name": "PeerTube",
|
|
"description": "A plugin that adds PeerTube as a source",
|
|
"author": "FUTO",
|
|
"authorUrl": "https://futo.org",
|
|
|
|
"sourceUrl": "https://plugins.grayjay.app/PeerTube/PeerTubeConfig.json",
|
|
"repositoryUrl": "https://futo.org",
|
|
"scriptUrl": "./PeerTubeScript.js",
|
|
"version": 14,
|
|
|
|
"iconUrl": "./peertube.png",
|
|
"id": "1c291164-294c-4c2d-800d-7bc6d31d0019",
|
|
|
|
"scriptSignature": "",
|
|
"scriptPublicKey": "",
|
|
"packages": ["Http"],
|
|
|
|
"allowEval": false,
|
|
"allowUrls": [
|
|
"everywhere"
|
|
],
|
|
|
|
"constants": {
|
|
"baseUrl": "https://peertube.futo.org"
|
|
}
|
|
}
|