From 60bf8e77662572bb6c12b94f7a5a69576ac50d26 Mon Sep 17 00:00:00 2001 From: Pedro Costa Neves Date: Mon, 22 Jul 2024 13:34:56 +0200 Subject: [PATCH] Add absolute url --- index.html | 28 ++++++++++++++-------------- manifest.json | 24 ++++++++++++------------ 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/index.html b/index.html index b1d4762..3859237 100644 --- a/index.html +++ b/index.html @@ -3,20 +3,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/manifest.json b/manifest.json index 009c6ac..6f4277a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,39 +6,39 @@ "display": "fullscreen", "icons": [ { - "src": "\/android-icon-36x36.png", + "src": "https://thekillerrabbitproject.github.io/wb-cheatsheet/android-icon-36x36.png", "sizes": "36x36", - "type": "image\/png", + "type": "image/png", "density": "0.75" }, { - "src": "\/android-icon-48x48.png", + "src": "https://thekillerrabbitproject.github.io/wb-cheatsheet/android-icon-48x48.png", "sizes": "48x48", - "type": "image\/png", + "type": "image/png", "density": "1.0" }, { - "src": "\/android-icon-72x72.png", + "src": "https://thekillerrabbitproject.github.io/wb-cheatsheet/android-icon-72x72.png", "sizes": "72x72", - "type": "image\/png", + "type": "image/png", "density": "1.5" }, { - "src": "\/android-icon-96x96.png", + "src": "https://thekillerrabbitproject.github.io/wb-cheatsheet/android-icon-96x96.png", "sizes": "96x96", - "type": "image\/png", + "type": "image/png", "density": "2.0" }, { - "src": "\/android-icon-144x144.png", + "src": "https://thekillerrabbitproject.github.io/wb-cheatsheet/android-icon-144x144.png", "sizes": "144x144", - "type": "image\/png", + "type": "image/png", "density": "3.0" }, { - "src": "\/android-icon-192x192.png", + "src": "https://thekillerrabbitproject.github.io/wb-cheatsheet/android-icon-192x192.png", "sizes": "192x192", - "type": "image\/png", + "type": "image/png", "density": "4.0" } ]