[init] initial commit
This commit is contained in:
BIN
pwa/icons/128.png
Normal file
BIN
pwa/icons/128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
pwa/icons/256.png
Normal file
BIN
pwa/icons/256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
19
pwa/manifest.json
Normal file
19
pwa/manifest.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "Manford Blog",
|
||||
"short_name": "Manford Blog",
|
||||
"description": "About an engineer & designer who loves web.",
|
||||
"icons": [{
|
||||
"src": "icons/128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "icons/256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
}],
|
||||
"background_color": "#fff",
|
||||
"theme_color": "#000",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait"
|
||||
}
|
Reference in New Issue
Block a user