Skip to content

Commit

Permalink
Update site.webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn authored Dec 2, 2024
1 parent 82fd0b8 commit bf86f7c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions www/site.webmanifest
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -33,4 +33,4 @@
"background_color":"#ffffff",
"display":"standalone",
"orientation": "portrait"
}
}

0 comments on commit bf86f7c

Please sign in to comment.