1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2025-12-15 10:55:07 +00:00

Move webmanifest file

This commit is contained in:
Cadence Ember
2020-07-10 00:46:04 +12:00
parent 1b3436e90a
commit 2281fa5bb2
2 changed files with 1 additions and 1 deletions

View File

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