feat: web app favicons
@@ -8,6 +8,15 @@
|
||||
"**/node_modules/**"
|
||||
],
|
||||
"headers": [
|
||||
{
|
||||
"source": "/(index.html)?",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "no-cache, max-age=0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "/service-worker.js",
|
||||
"headers": [
|
||||
|
||||
11
web/browserconfig.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square70x70logo src="/favicons/ms-icon-70x70.png"/>
|
||||
<square150x150logo src="/favicons/ms-icon-150x150.png"/>
|
||||
<square310x310logo src="/favicons/ms-icon-310x310.png"/>
|
||||
<TileColor>#88d498</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
BIN
web/favicons/android-icon-144x144.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
web/favicons/android-icon-192x192.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
web/favicons/android-icon-36x36.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
web/favicons/android-icon-48x48.png
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
BIN
web/favicons/android-icon-72x72.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
web/favicons/android-icon-96x96.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
web/favicons/apple-icon-114x114.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
web/favicons/apple-icon-120x120.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
web/favicons/apple-icon-144x144.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
web/favicons/apple-icon-152x152.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
web/favicons/apple-icon-180x180.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
web/favicons/apple-icon-57x57.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
web/favicons/apple-icon-60x60.png
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
web/favicons/apple-icon-72x72.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
web/favicons/apple-icon-76x76.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
web/favicons/apple-icon-precomposed.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
web/favicons/apple-icon.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
web/favicons/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
web/favicons/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
web/favicons/favicon-96x96.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
web/favicons/favicon.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
web/favicons/ms-icon-144x144.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
web/favicons/ms-icon-150x150.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
web/favicons/ms-icon-310x310.png
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
web/favicons/ms-icon-70x70.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 8.1 KiB |
@@ -2,8 +2,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Dungeon Paper</title>
|
||||
<title>Dungeon Paper Web</title>
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/favicons/apple-icon-57x57.png" />
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-icon-60x60.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/favicons/apple-icon-72x72.png" />
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-icon-76x76.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="/favicons/apple-icon-114x114.png" />
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-icon-120x120.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/favicons/apple-icon-144x144.png" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-icon-152x152.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-icon-180x180.png" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/favicons/android-icon-192x192.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/favicons/favicon-96x96.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="msapplication-TileColor" content="#88d498" />
|
||||
<meta name="msapplication-TileImage" content="/favicons/ms-icon-144x144.png" />
|
||||
<meta name="theme-color" content="#88d498" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@@ -10,14 +10,40 @@
|
||||
"prefer_related_applications": false,
|
||||
"icons": [
|
||||
{
|
||||
"src": "icons/Icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
"src": "\/favicons\/android-icon-36x36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png",
|
||||
"density": "0.75"
|
||||
},
|
||||
{
|
||||
"src": "icons/Icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
"src": "\/favicons\/android-icon-48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png",
|
||||
"density": "1.0"
|
||||
},
|
||||
{
|
||||
"src": "\/favicons\/android-icon-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "\/favicons\/android-icon-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "\/favicons\/android-icon-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "\/favicons\/android-icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"density": "4.0"
|
||||
}
|
||||
]
|
||||
}
|
||||