Create manifest.json

This commit is contained in:
Andros Fenollosa 2021-07-18 13:16:01 +02:00 committed by GitHub
parent 207601a5ef
commit 061b35aaa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

32
docs/manifest.json Normal file
View File

@ -0,0 +1,32 @@
{
"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"
}