From d2d73a4d08444aff9d70ea2ed28043acebc773a4 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 01:54:06 -0500 Subject: [PATCH] add web app manifest id --- public/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/manifest.json b/public/manifest.json index 09215aec..4c0058d2 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,6 +2,7 @@ "short_name": "First Contributions", "name": "First Contributions - Make Your First Open Source Contribution", "description": "Learn how to make your first open source contribution in just 5 minutes. Step-by-step guide for beginners with beginner-friendly projects and resources.", + "id": "/", "icons": [ { "src": "android-chrome-192x192.png",