aboutsummaryrefslogtreecommitdiff
path: root/favicon
diff options
context:
space:
mode:
authorAlex <alexta69@gmail.com>2019-12-03 23:18:14 +0200
committerAlex <alexta69@gmail.com>2019-12-03 23:18:14 +0200
commita524f1faf38c128eb8dabdfeef1fbcdc23ae223d (patch)
treeaadef959c5a7483583256625fd35140505e06679 /favicon
parentadd "completed" panel (diff)
downloadmetube-a524f1faf38c128eb8dabdfeef1fbcdc23ae223d.tar.gz
metube-a524f1faf38c128eb8dabdfeef1fbcdc23ae223d.tar.bz2
metube-a524f1faf38c128eb8dabdfeef1fbcdc23ae223d.zip
add configurable URL prefix
Diffstat (limited to 'favicon')
-rw-r--r--favicon/browserconfig.xml2
-rw-r--r--favicon/site.webmanifest4
2 files changed, 3 insertions, 3 deletions
diff --git a/favicon/browserconfig.xml b/favicon/browserconfig.xml
index 70cb989..ed5dd79 100644
--- a/favicon/browserconfig.xml
+++ b/favicon/browserconfig.xml
@@ -2,7 +2,7 @@
<browserconfig>
<msapplication>
<tile>
- <square150x150logo src="/favicon/mstile-150x150.png"/>
+ <square150x150logo src="favicon/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
diff --git a/favicon/site.webmanifest b/favicon/site.webmanifest
index 4bae9f9..a476f60 100644
--- a/favicon/site.webmanifest
+++ b/favicon/site.webmanifest
@@ -3,12 +3,12 @@
"short_name": "",
"icons": [
{
- "src": "/favicon/android-chrome-192x192.png",
+ "src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
- "src": "/favicon/android-chrome-384x384.png",
+ "src": "android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
bgstack15