This repository has been archived on 2024-08-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
khufu/public/manifest.json

14 lines
231 B
JSON
Raw Normal View History

2021-07-24 23:06:32 -06:00
{
"short_name": "Dunestash",
"name": "Dunestash",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone"
}