From 0d613be4db9ca1c2b7616f8a984ecde513a82f63 Mon Sep 17 00:00:00 2001 From: James Twose Date: Sun, 11 May 2025 09:49:34 +0200 Subject: [PATCH] removing react template stuff --- public/index.html | 4 ++-- public/manifest.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index aa069f2..f9899d5 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - React App + QR Code Generator diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..80aa01f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,7 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "QR Code Generator", + "name": "QR Code Generator", + "description": "Generate QR codes easily and quickly.", "icons": [ { "src": "favicon.ico",