RSSPAPER/docs/static/manifest.json
GitHub Action 9441bbe061 2021-07-30
2021-07-30 10:09:37 +00:00

23 lines
450 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"
}