diff --git a/web/README.md b/web/README.md
index 7d97cac..e037846 100644
--- a/web/README.md
+++ b/web/README.md
@@ -8,7 +8,8 @@
> `http://192.168.78.4:8090` - correct
>
> `http://192.168.78.4:8090/` - wrong
-3. `yarn start`
+3. in `.env` file add TMDB api key
+4. `yarn start`
### Eslint
> Prettier will fix the code every time the code is saved
diff --git a/web/package.json b/web/package.json
index 1dbb14a..d166c66 100644
--- a/web/package.json
+++ b/web/package.json
@@ -7,7 +7,6 @@
"@material-ui/icons": "^4.11.2",
"axios": "^0.21.1",
"clsx": "^1.1.1",
- "fontsource-roboto": "^4.0.0",
"i18next": "^20.3.1",
"i18next-browser-languagedetector": "^6.1.1",
"lodash": "^4.17.21",
diff --git a/web/public/android-chrome-192x192.png b/web/public/android-chrome-192x192.png
new file mode 100644
index 0000000..d34d722
Binary files /dev/null and b/web/public/android-chrome-192x192.png differ
diff --git a/web/public/android-chrome-512x512.png b/web/public/android-chrome-512x512.png
new file mode 100644
index 0000000..18151cd
Binary files /dev/null and b/web/public/android-chrome-512x512.png differ
diff --git a/web/public/apple-touch-icon.png b/web/public/apple-touch-icon.png
new file mode 100644
index 0000000..e36ede4
Binary files /dev/null and b/web/public/apple-touch-icon.png differ
diff --git a/web/public/browserconfig.xml b/web/public/browserconfig.xml
new file mode 100644
index 0000000..b3930d0
--- /dev/null
+++ b/web/public/browserconfig.xml
@@ -0,0 +1,9 @@
+
+