domain-watchdog/public/manifest.json
2024-08-23 21:19:34 +02:00

16 lines
449 B
JSON

{
"name": "Domain Watchdog",
"short_name": "Domain Watchdog",
"icons": [
{
"src": "/images/icons-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"scope": "/",
"start_url": "/",
"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. "
}