mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
chore: update manifest.json
This commit is contained in:
parent
05ef14e84f
commit
40dea757f5
4
.gitignore
vendored
4
.gitignore
vendored
@ -42,3 +42,7 @@ yarn-error.log
|
||||
###> phpstan/phpstan ###
|
||||
phpstan.neon
|
||||
###< phpstan/phpstan ###
|
||||
|
||||
public/images/*.png
|
||||
public/content/*.md
|
||||
public/favicon.ico
|
||||
|
||||
1
public/content/.gitignore
vendored
1
public/content/.gitignore
vendored
@ -1 +0,0 @@
|
||||
*.md
|
||||
0
public/images/.gitkeep
Normal file
0
public/images/.gitkeep
Normal file
@ -1,7 +1,16 @@
|
||||
{
|
||||
"name": "Domain Watchdog",
|
||||
"short_name": "Domain Watch",
|
||||
"start_url": ".",
|
||||
"short_name": "Domain Watchdog",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/images/icons-512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"orientation": "landscape",
|
||||
"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. "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user