[add] pwa manifest

This commit is contained in:
2023-09-20 20:55:52 -04:00
parent f2163c8fd9
commit c54d1689df
5 changed files with 15 additions and 0 deletions

7
assets/manifest.json Normal file
View File

@@ -0,0 +1,7 @@
{
"short_name": "Book Manager",
"name": "Book Manager",
"theme_color": "#1F2937",
"background_color": "#1F2937",
"display": "standalone"
}