From: Ruben Beltran del Rio Date: Mon, 9 Sep 2024 20:47:33 +0000 (+0200) Subject: Remove manifest X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/4ecb93781b862e310f6ded05d1033a62d845c34a?ds=sidebyside Remove manifest --- diff --git a/_layout.html b/_layout.html index 3b7982b..79a6cea 100644 --- a/_layout.html +++ b/_layout.html @@ -10,7 +10,6 @@ r.bdr.sh, {{ title }} - diff --git a/manifest.webmanifest b/manifest.webmanifest deleted file mode 100644 index 95d48bb..0000000 --- a/manifest.webmanifest +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "r.bdr.sh", - "short_name": "rbdr", - "start_url": "https://r.bdr.sh", - "display": "minimal-ui", - "background_color": "#fff", - "theme_color": "#fff", - "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", - "purpose": "any maskable" - }, - { - "src": "img/touch/homescreen72.png", - "sizes": "72x72", - "type": "image/png", - "purpose": "any maskable" - }, - { - "src": "img/touch/homescreen96.png", - "sizes": "96x96", - "type": "image/png", - "purpose": "any maskable" - }, - { - "src": "img/touch/homescreen144.png", - "sizes": "144x144", - "type": "image/png", - "purpose": "any maskable" - }, - { - "src": "img/touch/homescreen168.png", - "sizes": "168x168", - "type": "image/png", - "purpose": "any maskable" - }, - { - "src": "img/touch/homescreen192.png", - "sizes": "192x192", - "type": "image/png", - "purpose": "any maskable" - }, - { - "src": "img/touch/homescreen256.png", - "sizes": "256x256", - "type": "image/png", - "purpose": "any maskable" - }, - { - "src": "img/touch/homescreen512.png", - "sizes": "512x512", - "type": "image/png", - "purpose": "any maskable" - } - ] -}