1
0
Fork 0
freesewing/packages/create-freesewing-pattern/template/default/example/public/manifest.json

16 lines
290 B
JSON
Raw Normal View History

2018-03-04 15:43:18 -05:00
{
"short_name": "{{name}}",
"name": "{{name}}",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
2018-03-04 15:43:18 -05:00
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}