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