-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
24 lines (24 loc) · 845 Bytes
/
plugin.json
File metadata and controls
24 lines (24 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "JsTrackerForceAsync",
"description": "Forces the JavaScript Tracker to always load asynchronous when embedding the Tracking Code via HTTP API automatically in your website.",
"version": "5.0.1",
"theme": false,
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"authors": [
{
"name": "InnoCraft",
"email": "contact@innocraft.com",
"homepage": "https://www.innocraft.com"
}
],
"support": {
"issues": "https://github.com/innocraft/plugin-JsTrackerForceAsync/issues",
"source": "https://github.com/innocraft/plugin-JsTrackerForceAsync"
},
"homepage": "https://www.innocraft.com",
"license": "GPL v3+",
"keywords": ["javascript", "tracker", "async", "a/b testing", "experiment"],
"category": "development"
}