Skip to content

Commit

Permalink
Merge pull request #77 from matomo-org/category
Browse files Browse the repository at this point in the history
Add plugin category
  • Loading branch information
AltamashShaikh committed Apr 15, 2024
2 parents 39b2c68 + 565826e commit f9275b6
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
{
"name": "Bandwidth",
"version": "5.0.1",
"description": "Monitor Bandwidth for each page, download, and measure overall traffic in bytes. For requirements check out the description.",
"theme": false,
"keywords": ["bandwidth", "filesize", "size", "download"],
"license": "GPL v3+",
"homepage": "https://matomo.org",
"require": {
"name": "Bandwidth",
"version": "5.0.1",
"description": "Monitor Bandwidth for each page, download, and measure overall traffic in bytes. For requirements check out the description.",
"theme": false,
"keywords": ["bandwidth", "filesize", "size", "download"],
"license": "GPL v3+",
"homepage": "https://matomo.org",
"require": {
"matomo": ">=5.0.0-b4,<6.0.0-b1"
},
},
"support": {
"email": "hello@matomo.org",
"issues": "https://github.com/matomo-org/plugin-Bandwidth/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/matomo-org/plugin-Bandwidth",
"wiki": "https://github.com/matomo-org/plugin-Bandwidth/wiki"
},
"authors": [
{
"name": "Matomo",
"email": "hello@matomo.org",
"homepage": "https://matomo.org"
}
]
"authors": [
{
"name": "Matomo",
"email": "hello@matomo.org",
"homepage": "https://matomo.org"
}
],
"category": "development"
}

0 comments on commit f9275b6

Please sign in to comment.