23 lines
487 B
JSON
Raw Normal View History

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-30 11:59:51 +02:00
"src": "manifest-icon-192.png",
2021-07-19 00:00:10 +02:00
"sizes": "192x192",
"type": "image/png",
2021-07-30 11:59:51 +02:00
"purpose": "maskable any"
2021-07-19 00:00:10 +02:00
},
{
2021-07-30 11:59:51 +02:00
"src": "manifest-icon-512.png",
2021-07-19 00:00:10 +02:00
"sizes": "512x512",
"type": "image/png",
2021-07-30 11:59:51 +02:00
"purpose": "maskable any"
2021-07-19 00:00:10 +02:00
}
],
2021-07-30 12:20:45 +02:00
"start_url": "https://rsspaper.andros.dev/index.html",
2021-07-19 00:00:10 +02:00
"display": "standalone",
"background_color": "#ffffff"
}