aboutsummaryrefslogtreecommitdiff
path: root/favicon
diff options
context:
space:
mode:
authorAlex <alexta69@gmail.com>2019-11-29 20:16:58 +0200
committerAlex <alexta69@gmail.com>2019-11-29 20:16:58 +0200
commit9d6d4a2fb8983111b60831b11ab108c80283f6bf (patch)
tree4802d7126709aa6307302fd8d39f32bebc54d2f4 /favicon
parentinitial commit: working version (diff)
downloadmetube-9d6d4a2fb8983111b60831b11ab108c80283f6bf.tar.gz
metube-9d6d4a2fb8983111b60831b11ab108c80283f6bf.tar.bz2
metube-9d6d4a2fb8983111b60831b11ab108c80283f6bf.zip
add favicon
Diffstat (limited to 'favicon')
-rw-r--r--favicon/README.md23
-rw-r--r--favicon/android-chrome-192x192.pngbin0 -> 3885 bytes
-rw-r--r--favicon/android-chrome-384x384.pngbin0 -> 7997 bytes
-rw-r--r--favicon/apple-touch-icon.pngbin0 -> 2884 bytes
-rw-r--r--favicon/browserconfig.xml9
-rw-r--r--favicon/favicon-16x16.pngbin0 -> 771 bytes
-rw-r--r--favicon/favicon-32x32.pngbin0 -> 1208 bytes
-rw-r--r--favicon/favicon.icobin0 -> 15086 bytes
-rw-r--r--favicon/html_code.html9
-rw-r--r--favicon/mstile-150x150.pngbin0 -> 3212 bytes
-rw-r--r--favicon/safari-pinned-tab.svg21
-rw-r--r--favicon/site.webmanifest19
12 files changed, 81 insertions, 0 deletions
diff --git a/favicon/README.md b/favicon/README.md
new file mode 100644
index 0000000..439e228
--- /dev/null
+++ b/favicon/README.md
@@ -0,0 +1,23 @@
+# Your Favicon Package
+
+This package was generated with [RealFaviconGenerator](https://realfavicongenerator.net/) [v0.16](https://realfavicongenerator.net/change_log#v0.16)
+
+## Install instructions
+
+To install this package:
+
+Extract this package in <code>&lt;web site&gt;/favicon/</code>. If your site is <code>http://www.example.com</code>, you should be able to access a file named <code>http://www.example.com/favicon/favicon.ico</code>.
+
+Insert the following code in the `head` section of your pages:
+
+ <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
+ <link rel="manifest" href="/favicon/site.webmanifest">
+ <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#5bbad5">
+ <link rel="shortcut icon" href="/favicon/favicon.ico">
+ <meta name="msapplication-TileColor" content="#da532c">
+ <meta name="msapplication-config" content="/favicon/browserconfig.xml">
+ <meta name="theme-color" content="#ffffff">
+
+*Optional* - Check your favicon with the [favicon checker](https://realfavicongenerator.net/favicon_checker) \ No newline at end of file
diff --git a/favicon/android-chrome-192x192.png b/favicon/android-chrome-192x192.png
new file mode 100644
index 0000000..0ab6603
--- /dev/null
+++ b/favicon/android-chrome-192x192.png
Binary files differ
diff --git a/favicon/android-chrome-384x384.png b/favicon/android-chrome-384x384.png
new file mode 100644
index 0000000..f1c37a6
--- /dev/null
+++ b/favicon/android-chrome-384x384.png
Binary files differ
diff --git a/favicon/apple-touch-icon.png b/favicon/apple-touch-icon.png
new file mode 100644
index 0000000..be1b6b3
--- /dev/null
+++ b/favicon/apple-touch-icon.png
Binary files differ
diff --git a/favicon/browserconfig.xml b/favicon/browserconfig.xml
new file mode 100644
index 0000000..70cb989
--- /dev/null
+++ b/favicon/browserconfig.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+ <msapplication>
+ <tile>
+ <square150x150logo src="/favicon/mstile-150x150.png"/>
+ <TileColor>#da532c</TileColor>
+ </tile>
+ </msapplication>
+</browserconfig>
diff --git a/favicon/favicon-16x16.png b/favicon/favicon-16x16.png
new file mode 100644
index 0000000..8864693
--- /dev/null
+++ b/favicon/favicon-16x16.png
Binary files differ
diff --git a/favicon/favicon-32x32.png b/favicon/favicon-32x32.png
new file mode 100644
index 0000000..71bdade
--- /dev/null
+++ b/favicon/favicon-32x32.png
Binary files differ
diff --git a/favicon/favicon.ico b/favicon/favicon.ico
new file mode 100644
index 0000000..92a12fa
--- /dev/null
+++ b/favicon/favicon.ico
Binary files differ
diff --git a/favicon/html_code.html b/favicon/html_code.html
new file mode 100644
index 0000000..411b55b
--- /dev/null
+++ b/favicon/html_code.html
@@ -0,0 +1,9 @@
+<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
+<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
+<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
+<link rel="manifest" href="/favicon/site.webmanifest">
+<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#5bbad5">
+<link rel="shortcut icon" href="/favicon/favicon.ico">
+<meta name="msapplication-TileColor" content="#da532c">
+<meta name="msapplication-config" content="/favicon/browserconfig.xml">
+<meta name="theme-color" content="#ffffff"> \ No newline at end of file
diff --git a/favicon/mstile-150x150.png b/favicon/mstile-150x150.png
new file mode 100644
index 0000000..e0e600f
--- /dev/null
+++ b/favicon/mstile-150x150.png
Binary files differ
diff --git a/favicon/safari-pinned-tab.svg b/favicon/safari-pinned-tab.svg
new file mode 100644
index 0000000..4b76fff
--- /dev/null
+++ b/favicon/safari-pinned-tab.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
+ width="500.000000pt" height="500.000000pt" viewBox="0 0 500.000000 500.000000"
+ preserveAspectRatio="xMidYMid meet">
+<metadata>
+Created by potrace 1.11, written by Peter Selinger 2001-2013
+</metadata>
+<g transform="translate(0.000000,500.000000) scale(0.100000,-0.100000)"
+fill="#000000" stroke="none">
+<path d="M1945 4260 c-698 -17 -1097 -40 -1273 -76 -406 -81 -580 -284 -649
+-754 -21 -142 -30 -1102 -14 -1484 17 -392 44 -570 111 -728 103 -241 278
+-360 620 -422 224 -41 740 -65 1400 -66 405 0 1617 27 1800 40 284 21 532 72
+670 137 227 108 341 372 380 883 13 167 13 1199 0 1392 -22 331 -54 488 -131
+647 -87 178 -213 279 -411 330 -128 33 -435 66 -848 91 -235 15 -1208 20
+-1655 10z m1315 -994 c0 -2 -169 -291 -375 -642 l-375 -639 375 -3 375 -2 0
+-125 0 -125 -760 0 -760 0 0 125 0 125 375 2 376 3 -376 639 c-206 351 -375
+640 -375 642 0 2 342 4 760 4 418 0 760 -2 760 -4z"/>
+</g>
+</svg>
diff --git a/favicon/site.webmanifest b/favicon/site.webmanifest
new file mode 100644
index 0000000..4bae9f9
--- /dev/null
+++ b/favicon/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/favicon/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/favicon/android-chrome-384x384.png",
+ "sizes": "384x384",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
bgstack15