X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/05a804d01b1fb83de89170c77799d1a43da925b1..d82cb64204101e858ca720616fb192db705715ee:/manifest.webmanifest diff --git a/manifest.webmanifest b/manifest.webmanifest index 7e498ce..95d48bb 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -1,55 +1,60 @@ ---- -title: manifest.webmanifest ---- { - "name": "Unlimited Pizza", - "short_name": "Unlmtd 🍕", - "start_url": "{{ site.baseurl }}", + "name": "r.bdr.sh", + "short_name": "rbdr", + "start_url": "https://r.bdr.sh", "display": "minimal-ui", "background_color": "#fff", "theme_color": "#fff", - "description": "unlimited.pizza - ruben beltran del río surfs the internet: programming, music, fun times, hugs, bad jokes, and unlimited pizza", + "description": "r.bdr.sh - ruben beltran del río surfs the internet: programming, music, fun times, hugs, bad jokes.", "lang": "en-US", "icons": [ { "src": "img/touch/homescreen48.png", "sizes": "48x48", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "img/touch/homescreen72.png", "sizes": "72x72", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "img/touch/homescreen96.png", "sizes": "96x96", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "img/touch/homescreen144.png", "sizes": "144x144", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "img/touch/homescreen168.png", "sizes": "168x168", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "img/touch/homescreen192.png", "sizes": "192x192", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "img/touch/homescreen256.png", "sizes": "256x256", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "img/touch/homescreen512.png", "sizes": "512x512", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" } ] }