X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/7b141020e08e38312a6fdc654e8436bab5a2b278..7d294625ef5c578a3aa6a0155a6adf97468178c9:/manifest.webmanifest diff --git a/manifest.webmanifest b/manifest.webmanifest index 7602699..95d48bb 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -1,52 +1,60 @@ { - "name": "Unlimited Pizza", - "short_name": "Unlmtd 🍕", - "start_url": "https://www.unlimited.pizza", + "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" } ] }