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. "