diff --git a/README.md b/README.md
index b86bd08..48887e9 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Vision Start
-A light liquid-glass, modern and customizable startpage built with React.
+A light, modern and customizable startpage built with React.
Try it here: http://vision-start.ivanch.me
diff --git a/assets/icons/vision-128.png b/assets/icons/vision-128.png
new file mode 100644
index 0000000..8a53172
Binary files /dev/null and b/assets/icons/vision-128.png differ
diff --git a/assets/icons/vision-16.png b/assets/icons/vision-16.png
new file mode 100644
index 0000000..f900883
Binary files /dev/null and b/assets/icons/vision-16.png differ
diff --git a/assets/icons/vision-48.png b/assets/icons/vision-48.png
new file mode 100644
index 0000000..529c424
Binary files /dev/null and b/assets/icons/vision-48.png differ
diff --git a/manifest.json b/manifest.json
index 719418e..52f23ab 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,14 +2,19 @@
"manifest_version": 3,
"name": "Vision Startpage",
"version": "1.0",
- "description": "A beautiful and customizable startpage for your browser.",
+ "description": "A light, modern and customizable startpage.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
+ "icons": {
+ "16": "assets/icons/vision-16.png",
+ "48": "assets/icons/vision-48.png",
+ "128": "assets/icons/vision-128.png"
+ },
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
-}
+}
\ No newline at end of file