X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/05a804d01b1fb83de89170c77799d1a43da925b1..43df122ca6b2055c27b5551c06cbbf0ae45e9a01:/manifest.webmanifest?ds=sidebyside diff --git a/manifest.webmanifest b/manifest.webmanifest index 7e498ce..fbfda13 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -1,10 +1,7 @@ ---- -title: manifest.webmanifest ---- { "name": "Unlimited Pizza", "short_name": "Unlmtd 🍕", - "start_url": "{{ site.baseurl }}", + "start_url": "https://www.unlimited.pizza", "display": "minimal-ui", "background_color": "#fff", "theme_color": "#fff", @@ -14,42 +11,50 @@ title: manifest.webmanifest { "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" } ] }