Add matomo plugin

This commit is contained in:
Chocobozzz
2019-07-26 09:43:20 +02:00
parent 73a0294104
commit 9c37c5e7f6
4 changed files with 99 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"name": "peertube-plugin-matomo",
"version": "0.0.1",
"description": "Hello world PeerTube plugin example",
"engine": {
"peertube": ">=1.3.0"
},
"keywords": [
"peertube",
"plugin"
],
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-plugin-matomo",
"author": "Chocobozzz",
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
"library": "./main.js",
"staticDirs": {},
"css": [],
"clientScripts": [
{
"script": "client/common-client-plugin.js",
"scopes": [ "common" ]
}
]
}