Skip to content

Commit

Permalink
chore: update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed Aug 3, 2024
1 parent 05ef14e commit 40dea75
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ yarn-error.log
###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###

public/images/*.png
public/content/*.md
public/favicon.ico
1 change: 0 additions & 1 deletion public/content/.gitignore

This file was deleted.

Empty file added public/images/.gitkeep
Empty file.
13 changes: 11 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -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. "
Expand Down

0 comments on commit 40dea75

Please sign in to comment.