diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-21 10:11:34 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-21 10:11:34 +0700 |
| commit | a5f17d7e7a1e7132a87d7fc0faf59815059fa251 (patch) | |
| tree | 2ef44f248fe200ca82c2898205ea3d94a4a0e747 /src | |
| parent | 9576f8250283fe43dd30d527b91f787afb64986c (diff) | |
Add PWA
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/layout.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 933e308..33884a6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,6 +7,7 @@ import QueryProvider from '@/common/contexts/QueryProvider' import { Toaster } from 'react-hot-toast' export const metadata: Metadata = { + manifest: '/manifest.json', title: 'FIN Stock Opname', description: 'FIN Stock Opname', viewport: 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0', |
