From 7f9cc7c86f55ca04e8f7b7c85acb84805b988aa8 Mon Sep 17 00:00:00 2001 From: Edwin Martin Date: Sat, 20 Jan 2024 12:18:55 +0100 Subject: [PATCH] Improve manifest --- src/_assets/favicon/site.webmanifest | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/_assets/favicon/site.webmanifest b/src/_assets/favicon/site.webmanifest index 1d4b0520..e5b2e0a3 100644 --- a/src/_assets/favicon/site.webmanifest +++ b/src/_assets/favicon/site.webmanifest @@ -1,6 +1,8 @@ { "name": "Fronteers", "short_name": "Fronteers", + "description": "Fronteers is the non-profit professional association of Dutch-speaking front-end developers.", + "start_url": "https://fronteers.nl/", "icons": [ { "src": "/assets/favicon/android-chrome-192x192.png", @@ -15,5 +17,6 @@ ], "theme_color": "#ffce2e", "background_color": "#ffce2e", - "display": "standalone" + "display": "standalone", + "categories": ["frontend", "webdevelopment", "web development", "professional association"] }