File size: 1,013 Bytes
da96562 | 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 49 | {
"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": "#3450A3",
"prefer_related_applications": true,
"related_applications": [
{
"platform": "play",
"id": "org.piwik.mobile2"
}
]
}
|