RSSPAPER/resources/static/manifest.json
Andros Fenollosa b18d7a396a Add statics
2021-07-19 00:00:10 +02:00

33 lines
762 B
JSON

{
"name": "RSSPaper",
"short_name": "RSSPaper",
"theme_color": "#ffffff",
"icons": [
{
"src": "./static/img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./static/img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "./static/img/icons/android-chrome-maskable-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./static/img/icons/android-chrome-maskable-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"start_url": ".",
"display": "standalone",
"background_color": "#ffffff"
}