1
0
Fork 0
This repository has been archived on 2022-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
sudoscientist-js-frontend/public/manifest.json

16 lines
302 B
JSON
Raw Permalink Normal View History

2019-04-24 17:57:51 +00:00
{
"short_name": "sudoscientist",
"name": "sudoscientist~#",
2019-04-24 17:57:51 +00:00
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#EEEEEE",
"background_color": "#EEEEEE"
2019-04-24 17:57:51 +00:00
}