-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
plugin.json
38 lines (38 loc) · 1008 Bytes
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "PerformanceAudit",
"description": "Daily performance audits of all your sites in Matomo.",
"version": "3.2.0",
"theme": false,
"require": {
"php": ">=7.2.5",
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"authors": [
{
"name": "DevDavido",
"homepage": "https://github.com/DevDavido"
}
],
"support": {
"email": "github{at}diskoboss{døt}de",
"issues": "https://github.com/DevDavido/performance-audit-plugin/issues"
},
"homepage": "https://github.com/DevDavido/performance-audit-plugin",
"license": "GPL-3.0+",
"keywords": [
"performance",
"audit",
"monitor",
"measure",
"report",
"lighthouse",
"web vitals",
"first contentful paint",
"speed index",
"largest contentful paint",
"interactive",
"time to interactive",
"total blocking time",
"cumulative layout shift"
]
}