RSSPAPER/resources/themes/light/static/manifest.json

23 lines
451 B
JSON

{
"name": "RSSPAPER",
"short_name": "RSSPAPER",
"theme_color": "#ffffff",
"icons": [
{
"src": "manifest-icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "manifest-icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
],
"start_url": "..",
"display": "standalone",
"background_color": "#ffffff"
}