From 7d90a170d38b067a8a920cdb875d962fdbc2326a Mon Sep 17 00:00:00 2001 From: theborakompanioni <theborakompanioni+github@gmail.com> Date: Tue, 1 Apr 2025 20:30:16 +0200 Subject: [PATCH] chore(review): rename manifest.json to app.webmanifest --- index.html | 2 +- public/{manifest.json => app.webmanifest} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename public/{manifest.json => app.webmanifest} (100%) diff --git a/index.html b/index.html index aea2779..461cf18 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ <meta charset="UTF-8" /> <link rel="icon" type="image/png" href="/favicon.png" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="manifest" href="/manifest.json" /> + <link rel="manifest" href="/app.webmanifest" /> <title>SIGit</title> </head> <body> diff --git a/public/manifest.json b/public/app.webmanifest similarity index 100% rename from public/manifest.json rename to public/app.webmanifest