Update to latest hooks/scopes

This commit is contained in:
Chocobozzz
2019-07-22 16:40:52 +02:00
parent 954b9c5fbc
commit 1fd372ecbc
5 changed files with 78 additions and 32 deletions

View File

@ -1,6 +1,6 @@
{
"name": "peertube-plugin-hello-world",
"version": "0.0.10",
"version": "0.0.11",
"description": "Hello world PeerTube plugin example",
"engine": {
"peertube": ">=1.3.0"
@ -28,6 +28,10 @@
{
"script": "client/video-watch-client-plugin.js",
"scopes": [ "video-watch" ]
},
{
"script": "client/search-client-plugin.js",
"scopes": [ "search" ]
}
]
}