This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
blog/pwa/manifest.json
2023-06-03 15:58:09 +08:00

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"
}