From 40dea757f5cb7e50090dc55748c70686cb9a7ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Sat, 3 Aug 2024 16:52:14 +0200 Subject: [PATCH] chore: update manifest.json --- .gitignore | 4 ++++ public/content/.gitignore | 1 - public/images/.gitkeep | 0 public/manifest.json | 13 +++++++++++-- 4 files changed, 15 insertions(+), 3 deletions(-) delete mode 100644 public/content/.gitignore create mode 100644 public/images/.gitkeep diff --git a/.gitignore b/.gitignore index adf08f4..0f20979 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,7 @@ yarn-error.log ###> phpstan/phpstan ### phpstan.neon ###< phpstan/phpstan ### + +public/images/*.png +public/content/*.md +public/favicon.ico diff --git a/public/content/.gitignore b/public/content/.gitignore deleted file mode 100644 index dd44972..0000000 --- a/public/content/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.md diff --git a/public/images/.gitkeep b/public/images/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/public/manifest.json b/public/manifest.json index f3774ed..57bbd98 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -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. "