Skip to content

Commit

Permalink
Fix the typo AGAIN AGAIN (REALLY)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanpingle committed Sep 30, 2024
1 parent 8c0c897 commit 8e93a49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions public/manifest-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@
"short_name": "Runic",
"name": "Runic",
"description": "The ultimate Tunic translator tool - translate, write and share text in the Tunic language!",
"start_url": "/Runic/",
"start_url": "/",
"background_color": "#000000",
"display": "standalone",
"theme_color": "#000000",
"icons": [
{
"src": "./Runic/images/pwa-icon-512.png",
"src": "./images/pwa-icon-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
},
{
"src": "./Runic/images/pwa-icon-512.png",
"src": "./images/pwa-icon-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "/images/screenshots/dark-1.jpg",
"src": "./images/screenshots/dark-1.jpg",
"type": "image/jpeg",
"sizes": "541x1201",
"form_factor": "narrow",
"label": "App on mobile (1)"
},
{
"src": "/images/screenshots/dark-2.jpg",
"src": "./images/screenshots/dark-2.jpg",
"type": "image/jpeg",
"sizes": "541x1201",
"form_factor": "narrow",
Expand Down
10 changes: 5 additions & 5 deletions public/manifest-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@
"short_name": "Runic",
"name": "Runic",
"description": "The ultimate Tunic translator tool - translate, write and share text in the Tunic language!",
"start_url": "/Runic/",
"start_url": "/",
"background_color": "#ffffff",
"display": "standalone",
"theme_color": "#ffffff",
"icons": [
{
"src": "./Runic/images/pwa-icon-512.png",
"src": "./images/pwa-icon-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
},
{
"src": "./Runic/images/pwa-icon-512.png",
"src": "./images/pwa-icon-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "/images/screenshots/light-1.jpg",
"src": "./images/screenshots/light-1.jpg",
"type": "image/jpeg",
"sizes": "541x1201",
"form_factor": "narrow",
"label": "App on mobile (1)"
},
{
"src": "/images/screenshots/light-2.jpg",
"src": "./images/screenshots/light-2.jpg",
"type": "image/jpeg",
"sizes": "541x1201",
"form_factor": "narrow",
Expand Down

0 comments on commit 8e93a49

Please sign in to comment.