favicons
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<title>{% if page.title %}{{page.title}} | {% endif %}bitwarden Help & Support</title>
|
||||
|
||||
@@ -18,6 +19,12 @@
|
||||
<link href="/lib/fluidbox/css/fluidbox.min.css?v={{'now' | date: "%s"}}"
|
||||
rel="stylesheet" type="text/css">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="images/icons/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="images/icons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="images/icons/favicon-16x16.png">
|
||||
<link rel="mask-icon" href="images/icons/safari-pinned-tab.svg" color="#3c8dbc">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
|
||||
9
browserconfig.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="images/icons/mstile-150x150.png"/>
|
||||
<TileColor>#ecf0f5</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
BIN
favicon.ico
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 15 KiB |
BIN
images/icons/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
images/icons/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
images/icons/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
images/icons/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 555 B |
BIN
images/icons/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 771 B |
BIN
images/icons/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
21
images/icons/safari-pinned-tab.svg
Normal file
@@ -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="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M552 5094 c-56 -28 -107 -93 -117 -148 -9 -47 0 -2766 9 -2806 4 -19
|
||||
14 -66 22 -105 37 -177 160 -465 274 -640 301 -461 918 -964 1601 -1306 218
|
||||
-109 218 -109 437 0 322 160 696 400 942 605 183 152 418 383 525 516 200 248
|
||||
353 562 418 859 20 94 21 118 24 1471 2 756 1 1389 -2 1406 -9 48 -60 117
|
||||
-107 144 l-43 25 -1966 2 -1965 3 -52 -26z m3496 -1759 l-3 -1150 -28 -90
|
||||
c-97 -314 -326 -608 -711 -918 -174 -140 -407 -298 -588 -400 -27 -15 -68 -38
|
||||
-92 -52 -25 -14 -49 -25 -55 -25 -7 0 -10 615 -10 1890 l0 1889 127 3 c70 2
|
||||
405 3 745 3 l618 0 -3 -1150z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
17
manifest.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "bitwarden help",
|
||||
"icons": [
|
||||
{
|
||||
"src": "images/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "images/icons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||