Skip to content

Commit f2f2c17

Browse files
committed
Deploying to gh-pages from @ 8e93a49 🚀
1 parent 4c2184f commit f2f2c17

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

manifest-dark.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,34 @@
22
"short_name": "Runic",
33
"name": "Runic",
44
"description": "The ultimate Tunic translator tool - translate, write and share text in the Tunic language!",
5-
"start_url": "/Runic/",
5+
"start_url": "/",
66
"background_color": "#000000",
77
"display": "standalone",
88
"theme_color": "#000000",
99
"icons": [
1010
{
11-
"src": "./Runic/images/pwa-icon-512.png",
11+
"src": "./images/pwa-icon-512.png",
1212
"type": "image/png",
1313
"sizes": "512x512",
1414
"purpose": "any"
1515
},
1616
{
17-
"src": "./Runic/images/pwa-icon-512.png",
17+
"src": "./images/pwa-icon-512.png",
1818
"type": "image/png",
1919
"sizes": "512x512",
2020
"purpose": "maskable"
2121
}
2222
],
2323
"screenshots": [
2424
{
25-
"src": "/images/screenshots/dark-1.jpg",
25+
"src": "./images/screenshots/dark-1.jpg",
2626
"type": "image/jpeg",
2727
"sizes": "541x1201",
2828
"form_factor": "narrow",
2929
"label": "App on mobile (1)"
3030
},
3131
{
32-
"src": "/images/screenshots/dark-2.jpg",
32+
"src": "./images/screenshots/dark-2.jpg",
3333
"type": "image/jpeg",
3434
"sizes": "541x1201",
3535
"form_factor": "narrow",

manifest-light.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,34 @@
22
"short_name": "Runic",
33
"name": "Runic",
44
"description": "The ultimate Tunic translator tool - translate, write and share text in the Tunic language!",
5-
"start_url": "/Runic/",
5+
"start_url": "/",
66
"background_color": "#ffffff",
77
"display": "standalone",
88
"theme_color": "#ffffff",
99
"icons": [
1010
{
11-
"src": "./Runic/images/pwa-icon-512.png",
11+
"src": "./images/pwa-icon-512.png",
1212
"type": "image/png",
1313
"sizes": "512x512",
1414
"purpose": "any"
1515
},
1616
{
17-
"src": "./Runic/images/pwa-icon-512.png",
17+
"src": "./images/pwa-icon-512.png",
1818
"type": "image/png",
1919
"sizes": "512x512",
2020
"purpose": "maskable"
2121
}
2222
],
2323
"screenshots": [
2424
{
25-
"src": "/images/screenshots/light-1.jpg",
25+
"src": "./images/screenshots/light-1.jpg",
2626
"type": "image/jpeg",
2727
"sizes": "541x1201",
2828
"form_factor": "narrow",
2929
"label": "App on mobile (1)"
3030
},
3131
{
32-
"src": "/images/screenshots/light-2.jpg",
32+
"src": "./images/screenshots/light-2.jpg",
3333
"type": "image/jpeg",
3434
"sizes": "541x1201",
3535
"form_factor": "narrow",

0 commit comments

Comments
 (0)