diff --git a/app/css/main.css b/app/css/main.css
index 607b2d5..1660a28 100644
--- a/app/css/main.css
+++ b/app/css/main.css
@@ -328,7 +328,10 @@ a.atb-green:hover {
button.atb-green:hover {
color: #1b947f;
}
-
+a.atb-green.active {
+ color: #1b947f !important;
+ border-color: #1b947f;
+}
diff --git a/app/views/nav/main.html b/app/views/nav/main.html
index d7896fa..4846a86 100644
--- a/app/views/nav/main.html
+++ b/app/views/nav/main.html
@@ -3,7 +3,7 @@
{LOOP}
-
-
+
{text}
diff --git a/manifest.webmanifest b/manifest.webmanifest
index ac0991d..b2e353c 100644
--- a/manifest.webmanifest
+++ b/manifest.webmanifest
@@ -1,7 +1,14 @@
{
+ "name": "All The Bookmarks",
+ "short_name": "ATB",
+ "description": "Easily save and manage all your bookmarks in one place.",
+ "start_url": "/",
+ "display": "standalone",
+ "background_color": "#1e1e1e",
+ "theme_color": "#85bd3e",
"icons": [
{ "src": "/images/icon-192.png", "type": "image/png", "sizes": "192x192" },
- { "src": "/images/icon-mask.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" },
- { "src": "/images/icon-512.png", "type": "image/png", "sizes": "512x512" }
+ { "src": "/images/icon-512.png", "type": "image/png", "sizes": "512x512" },
+ { "src": "/images/icon-mask.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
]
}
\ No newline at end of file