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