diff --git a/app/index.html b/app/index.html index 611c622..ed97a04 100644 --- a/app/index.html +++ b/app/index.html @@ -9,11 +9,18 @@ + + + + + + + - +Loading... \ No newline at end of file diff --git a/app/manifest.webmanifest b/app/manifest.webmanifest new file mode 100644 index 0000000..52aaf84 --- /dev/null +++ b/app/manifest.webmanifest @@ -0,0 +1,41 @@ +{ + "name": "book-tracker", + "short_name": "book-tracker", + "icons": [ + { + "src": "../dev/images/icon-128.png", + "sizes": "128x128", + "type": "image/png" + }, + { + "src": "../dev/images/icon-144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "../dev/images/icon-152.png", + "sizes": "152x152", + "type": "image/png" + }, + { + "src": "../dev/images/icon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "../dev/images/icon-256.png", + "sizes": "256x256", + "type": "image/png" + }, + { + "src": "../dev/images/icon-512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "start_url": "/", + "display": "standalone", + "orientation": "portrait", + "background_color": "#000000", + "theme_color": "#1C4AFF" +} \ No newline at end of file