Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreHome/javascripts/manifest.json')
-rw-r--r--plugins/CoreHome/javascripts/manifest.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/CoreHome/javascripts/manifest.json b/plugins/CoreHome/javascripts/manifest.json
new file mode 100644
index 0000000000..93a1399678
--- /dev/null
+++ b/plugins/CoreHome/javascripts/manifest.json
@@ -0,0 +1,14 @@
+{
+ "short_name": "Piwik",
+ "name": "Piwik - Open Source Analytics",
+ "icons": [
+ {
+ "src": "../images/favicon.png",
+ "sizes": "32x32",
+ "type": "image/png"
+ }
+ ],
+ "start_url": "../../../",
+ "display": "standalone",
+ "orientation": "portrait"
+} \ No newline at end of file