mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +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/phpstan ###
|
||||||
phpstan.neon
|
phpstan.neon
|
||||||
###< phpstan/phpstan ###
|
###< 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",
|
"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. "
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user