2021-07-19 00:00:10 +02:00
|
|
|
{
|
2021-07-20 01:00:40 +02:00
|
|
|
"name": "RSSPAPER",
|
|
|
|
"short_name": "RSSPAPER",
|
2021-07-19 00:00:10 +02:00
|
|
|
"theme_color": "#ffffff",
|
|
|
|
"icons": [
|
|
|
|
{
|
2021-07-20 01:00:40 +02:00
|
|
|
"src": "img/icons/android-chrome-192x192.png",
|
2021-07-19 00:00:10 +02:00
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2021-07-20 01:00:40 +02:00
|
|
|
"src": "img/icons/android-chrome-512x512.png",
|
2021-07-19 00:00:10 +02:00
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2021-07-20 01:00:40 +02:00
|
|
|
"src": "img/icons/android-chrome-maskable-192x192.png",
|
2021-07-19 00:00:10 +02:00
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
2021-07-20 01:00:40 +02:00
|
|
|
"src": "img/icons/android-chrome-maskable-512x512.png",
|
2021-07-19 00:00:10 +02:00
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"start_url": ".",
|
|
|
|
"display": "standalone",
|
|
|
|
"background_color": "#ffffff"
|
|
|
|
}
|