diff --git a/www/site.webmanifest b/www/site.webmanifest index a684f1d..a44013e 100644 --- a/www/site.webmanifest +++ b/www/site.webmanifest @@ -1,29 +1,29 @@ { "name":"AppBundleHUB", "short_name":"AppBundleHUB", - "start_url": "/", + "start_url": "/AppBundleHUB", "description": "A repo & website that builds a ton of appbundles, weekly, completely automated. Firefox, Chromium, inkscape, ppsspp, steam, thunar, xfce components & some mutlicall AppBundles too! (there's lots more)", "icons":[ { - "src":"/android-chrome-192x192.png", + "src":"/AppBundleHUB/android-chrome-192x192.png", "sizes":"192x192", "type":"image/png" }, { - "src":"/android-chrome-512x512.png", + "src":"/AppBundleHUB/android-chrome-512x512.png", "sizes":"512x512", "type":"image/png" } ], "screenshots": [ { - "src": "/desktop_screenshot.png", + "src": "/AppBundleHUB/desktop_screenshot.png", "sizes": "1888x829", "type": "image/png", "form_factor": "wide" }, { - "src": "/screenshot.png", + "src": "/AppBundleHUB/screenshot.png", "sizes": "487x654", "type": "image/png", "form_factor": "narrow" @@ -33,4 +33,4 @@ "background_color":"#ffffff", "display":"standalone", "orientation": "portrait" -} \ No newline at end of file +}