chore: update manifest.json

This commit is contained in:
Maël Gangloff 2024-08-03 16:52:14 +02:00
parent 05ef14e84f
commit 40dea757f5
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629
4 changed files with 15 additions and 3 deletions

4
.gitignore vendored
View File

@ -42,3 +42,7 @@ yarn-error.log
###> phpstan/phpstan ### ###> phpstan/phpstan ###
phpstan.neon phpstan.neon
###< phpstan/phpstan ### ###< phpstan/phpstan ###
public/images/*.png
public/content/*.md
public/favicon.ico

View File

@ -1 +0,0 @@
*.md

0
public/images/.gitkeep Normal file
View File

View File

@ -1,7 +1,16 @@
{ {
"name": "Domain Watchdog", "name": "Domain Watchdog",
"short_name": "Domain Watch", "short_name": "Domain Watchdog",
"start_url": ".", "icons": [
{
"src": "/images/icons-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"scope": "/",
"start_url": "/",
"orientation": "landscape",
"display": "standalone", "display": "standalone",
"background_color": "#fff", "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. " "description": "A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names. "