otterscan/public/manifest.json

15 lines
291 B
JSON
Raw Normal View History

2021-07-01 18:21:40 +00:00
{
"short_name": "Otterscan",
"name": "Otterscan",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
2021-07-04 02:04:30 +00:00
}
2021-07-01 18:21:40 +00:00
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
2021-07-04 02:04:30 +00:00
}