[add] pwa manifest, [fix] missing koplugin import

This commit is contained in:
2023-09-18 19:57:18 -04:00
parent f2163c8fd9
commit bf24207948
6 changed files with 16 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"
}