1
0
Fork 0

update: plugin.json

This commit is contained in:
Ronan 2020-01-20 11:10:19 +01:00
commit 26d2a75aa5
3 changed files with 15 additions and 14 deletions

View file

@ -1 +1,3 @@
# Matomo Google Analytics Theme
# Google Analytics Theme
Want to find the design of the current Google Analytics interface? This theme allows you to keep a visual aspect fairly close to the Google Analytics interface, without losing the organization and the power of Matomo's functionalities.

View file

@ -1 +0,0 @@
console.log('TEST');

View file

@ -1,31 +1,31 @@
{
"name": "Google Analytics Theme",
"description": "Matomo Platform showcase: example of how to create a simple Theme.",
"version": "0.1.0",
"description": "A sublime Google Analytics theme for Matomo",
"version": "0.1.1",
"theme": true,
"require": {
"piwik": ">=3.13.1-stable,<4.0.0-b1"
},
"stylesheet": "stylesheets\/theme.less",
"javascript": "javascripts\/theme.js",
"homepage": "",
"homepage": "https://lazuli.agency",
"license": "GPL v3+",
"keywords": [],
"keywords": ["Google Analytics", "Google", "Analytics", "Universal Analytics"],
"support": {
"email": "",
"email": "contact@ronan-hello.fr",
"issues": "",
"forum": "",
"forum": "https://lazuli.agency",
"irc": "",
"source": "",
"docs": "",
"wiki": "",
"source": "https://lazuli.agency",
"docs": "https://lazuli.agency",
"wiki": "https://lazuli.agency",
"rss": ""
},
"authors": [
{
"name": "",
"email": "",
"homepage": ""
"name": "Ronan HELLO",
"email": "https://ronan-hello.fr",
"homepage": "https://ronan-hello.fr"
}
]
}