Delete manifest.json

This commit is contained in:
Andros Fenollosa
2021-07-19 00:06:58 +02:00
committed by GitHub
parent babc6ff4df
commit dd937c3c61

View File

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