1
0
Fork 0
freesewing/packages/tiberius/example/public/manifest.json
starfetch 1dc682e72c initial commit
initial commit for Tiberius
2021-10-08 17:23:32 +02:00

15 lines
290 B
JSON

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