diff --git a/public/site.webmanifest b/public/site.webmanifest deleted file mode 100755 index 45dc8a2..0000000 --- a/public/site.webmanifest +++ /dev/null @@ -1 +0,0 @@ -{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/src/app/manifest.ts b/src/app/manifest.ts index 9cc7862..b19c939 100644 --- a/src/app/manifest.ts +++ b/src/app/manifest.ts @@ -2,6 +2,8 @@ import { type MetadataRoute } from 'next'; import { getDefaultMessages } from '@/i18n/messages'; /** * Generates the Web App Manifest for the application + * + * generated file name: site.webmanifest * * ref: https://github.com/amannn/next-intl/blob/main/examples/example-app-router/src/app/manifest.ts *