2022-03-15 14:09:07 +01:00

28 lines
661 B
JSON

{
"name": "peertube-plugin-matomo",
"version": "0.0.4",
"description": "Matomo plugin that tracks page views on a PeerTube instance.",
"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"
]
}
],
"translations": {}
}