aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest.json
diff options
context:
space:
mode:
authorCiaran Gallagher <[email protected]>2020-03-26 16:52:32 +0000
committerCiaran Gallagher <[email protected]>2020-03-26 16:52:32 +0000
commit6c071ebc2640cfb701d2104164858924835f064f (patch)
tree2d32a19e3d7fedaee7cd9955f48454324a2aa272 /manifest.json
parent307d890f55560733a7762d0c255bb67a2d4cca23 (diff)
downloadpasta-6c071ebc2640cfb701d2104164858924835f064f.tar.gz
pasta-6c071ebc2640cfb701d2104164858924835f064f.zip
update references
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json
index b018e4a..8d7f725 100644
--- a/manifest.json
+++ b/manifest.json
@@ -3,13 +3,13 @@
"short_name": "PASTA",
"icons": [
{
- "src": "/images/android-chrome-192-maskable.png",
+ "src": "images/android-chrome-192-maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
- "src": "/images/android-chrome-512.png",
+ "src": "images/android-chrome-512.png",
"sizes": "512x512",
"type": "image/png"
}
@@ -17,5 +17,5 @@
"theme_color": "#000000",
"background_color": "#000000",
"display": "fullscreen",
- "start_url": "/index.html"
+ "start_url": "index.html"
} \ No newline at end of file