go-paste/assets/build/manifest.json

16 lines
316 B
JSON
Raw Permalink Normal View History

2023-10-19 17:15:34 -06:00
{
"short_name": "DN42 Paste",
"name": "Paste tool for DN42",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "/ui/index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#000000"
}