Skip to content

Commit

Permalink
Improve manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinm committed Jan 20, 2024
1 parent c652eaa commit 7f9cc7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/_assets/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -15,5 +17,6 @@
],
"theme_color": "#ffce2e",
"background_color": "#ffce2e",
"display": "standalone"
"display": "standalone",
"categories": ["frontend", "webdevelopment", "web development", "professional association"]
}

0 comments on commit 7f9cc7c

Please sign in to comment.