Skip to content

Commit

Permalink
Merge pull request #6 from ADORSYS-GIS/modify-reactpwa-template
Browse files Browse the repository at this point in the history
Modify react pwa template
  • Loading branch information
Elwizzy12 authored Oct 15, 2024
2 parents 67139ec + 607ac4f commit 2de60cc
Show file tree
Hide file tree
Showing 7 changed files with 1,620 additions and 91 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"theme_color": "#ffffff",
"icons": [
{
"src": "pwa-192x192.png",
"src": "./public/pwa-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "pwa-512x512.png",
"src": "./public/pwa-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "pwa-512x512.png",
"src": "./public/pwa-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
Expand Down
Loading

0 comments on commit 2de60cc

Please sign in to comment.