From 26d2a75aa52d4d5ab6e706da58aa4ea944a54358 Mon Sep 17 00:00:00 2001 From: Ronan Date: Mon, 20 Jan 2020 11:10:19 +0100 Subject: [PATCH] update: plugin.json --- README.md | 4 +++- javascripts/theme.js | 1 - plugin.json | 24 ++++++++++++------------ 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 2933782..f1159e2 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/javascripts/theme.js b/javascripts/theme.js index 8340384..e69de29 100644 --- a/javascripts/theme.js +++ b/javascripts/theme.js @@ -1 +0,0 @@ -console.log('TEST'); \ No newline at end of file diff --git a/plugin.json b/plugin.json index 7a89307..821b23d 100644 --- a/plugin.json +++ b/plugin.json @@ -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" } ] } \ No newline at end of file