20 lines
454 B
JSON
20 lines
454 B
JSON
{
|
|
"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"
|
|
}
|