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

9 lines
172 B
JSON
Raw Normal View History

2018-03-04 15:43:18 -05:00
{
"short_name": "{{name}}",
"name": "{{name}}",
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}