Update to latest hooks/scopes
This commit is contained in:
@ -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" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user