domain-watchdog/public/manifest.json

16 lines
449 B
JSON
Raw Permalink Normal View History

2024-07-23 18:37:59 +02:00
{
"name": "Domain Watchdog",
2024-08-03 16:52:14 +02:00
"short_name": "Domain Watchdog",
"icons": [
{
"src": "/images/icons-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"scope": "/",
"start_url": "/",
2024-07-23 18:37:59 +02:00
"display": "standalone",
"background_color": "#fff",
"description": "A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names. "
}