init commit
BIN
public/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
public/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 126 KiB |
BIN
public/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
public/favicon-16x16.png
Normal file
After Width: | Height: | Size: 540 B |
BIN
public/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
public/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
public/img/logo.png
Normal file
After Width: | Height: | Size: 91 KiB |
21
public/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "SURE",
|
||||
"short_name": "SURE",
|
||||
"theme_color": "#44a616",
|
||||
"background_color": "#3d006e",
|
||||
"display": "minimal-ui",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|