x
This commit is contained in:
parent
d09ce20379
commit
11ed9e259c
10 changed files with 6 additions and 2 deletions
BIN
favicon/android-chrome-192x192.png
Normal file
BIN
favicon/android-chrome-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 67 KiB |
BIN
favicon/android-chrome-512x512.png
Normal file
BIN
favicon/android-chrome-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 375 KiB |
BIN
favicon/apple-touch-icon.png
Normal file
BIN
favicon/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
BIN
favicon/favicon-16x16.png
Normal file
BIN
favicon/favicon-16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 819 B |
BIN
favicon/favicon-32x32.png
Normal file
BIN
favicon/favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
BIN
favicon/favicon.ico
Normal file
BIN
favicon/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
1
favicon/site.webmanifest
Normal file
1
favicon/site.webmanifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||
|
|
@ -6,6 +6,7 @@
|
|||
<title>Instinct App</title>
|
||||
<link rel="canonical" href="https://kingomarnajjar.github.io/instinct/" />
|
||||
<link rel="manifest" href="/instinct/manifest.json">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon/favicon.ico">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
:root {
|
||||
|
|
|
|||
|
|
@ -9,12 +9,12 @@
|
|||
"theme_color": "#000000",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/instinct/icon-192x192.png",
|
||||
"src": "/instinct/favicon/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/instinct/icon-512x512.png",
|
||||
"src": "/instinct/favicon/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ const urlsToCache = [
|
|||
'/instinct/',
|
||||
'/instinct/index.html',
|
||||
'/instinct/manifest.json',
|
||||
'/instinct/favicon/android-chrome-192x192.png',
|
||||
'/instinct/favicon/android-chrome-512x512.png'
|
||||
];
|
||||
|
||||
self.addEventListener('install', (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue