cli/template/sweet/public/manifest.json

21 lines
419 B
JSON
Raw Normal View History

{
"short_name": "Sweet App",
"name": "SweetCom75 way to write Apps",
"icons": [
{
"src": "assets/logo.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}