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

manifest.json « javascripts « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 17236752063fd70f83850e99d5df50dc9a840605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
  "short_name": "Matomo",
  "name": "Matomo - Open Source Analytics",
  "icons": [
    {
      "src": "../images/applogo_32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "../images/applogo_72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "../images/applogo_128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "../images/applogo_144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "../images/applogo_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "../images/applogo_256.png",
      "sizes": "256x256",
      "type": "image/png"
    }
  ],
  "start_url": "../../../",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#edecec",
  "theme_color": "#37474f",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "id": "org.piwik.mobile2"
    }
  ]
}