1
0
Fork 0
freesewing/packages/paco/example/public/manifest.json
Joost De Cock a548a6964d feat(paco): Initial merge of my work on the paco pattern
This also includes a lot of dependency updates
2020-08-02 19:17:06 +02:00

15 lines
282 B
JSON

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