From d0f9d2426adfc70980d2aa2e482786065a957c56 Mon Sep 17 00:00:00 2001 From: William Brawner Date: Fri, 4 Feb 2022 21:17:08 -0700 Subject: [PATCH] Rename manifest.json to manifest.webmanifest --- client/index.html | 6 +++--- client/{manifest.json => manifest.webmanifest} | 0 client/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename client/{manifest.json => manifest.webmanifest} (100%) diff --git a/client/index.html b/client/index.html index bd65488..32e3c09 100644 --- a/client/index.html +++ b/client/index.html @@ -5,9 +5,9 @@ Pi-helper - - - + + + diff --git a/client/manifest.json b/client/manifest.webmanifest similarity index 100% rename from client/manifest.json rename to client/manifest.webmanifest diff --git a/client/package.json b/client/package.json index e42078d..bb615a3 100644 --- a/client/package.json +++ b/client/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "prebuild": "copyfiles -Ve src/** index.html manifest.json sw.js **/*.css **/*.png ../dist/public", + "prebuild": "copyfiles -Ve src/** index.html manifest.webmanifest sw.js **/*.css **/*.png ../dist/public", "build": "tsc --project ./", "test": "echo \"Error: no test specified\" && exit 1" },