Skip to content

Commit

Permalink
update manifest for PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
tytremblay committed Feb 13, 2024
1 parent 09c8ab6 commit 5563ed5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qrscout-preact",
"name": "qrscout",
"private": true,
"version": "0.0.0",
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"background_color": "#f03d41",
"display": "fullscreen",
"orientation": "portrait",
"scope": "/",
"start_url": "/",
"scope": "/QRScout/",
"start_url": "/QRScout/",
"icons": [
{
"src": "icons/icon-36x36.png",
Expand Down

0 comments on commit 5563ed5

Please sign in to comment.