mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-11 08:08:49 -06:00
28 lines
649 B
JSON
28 lines
649 B
JSON
{
|
|
"short_name": "MySpeed",
|
|
"name": "MySpeed - Speedtests",
|
|
"description": "A speed test analysis software that shows your internet speed for up to 30 days",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/img/favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
},
|
|
{
|
|
"src": "/assets/img/logo192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/assets/img/logo.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#232835",
|
|
"background_color": "#232835"
|
|
}
|