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 /public | |
| parent | 9576f8250283fe43dd30d527b91f787afb64986c (diff) | |
Add PWA
Diffstat (limited to 'public')
| -rw-r--r-- | public/manifest.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..2163947 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,12 @@ +{ + "name": "FIN Stock Opname", + "short_name": "FIN Stock Opname", + "description": "FIN Stock Opname", + "icons": [], + "theme_color": "#FFFFFF", + "background_color": "#FFFFFF", + "start_url": "/", + "scope": ".", + "display": "standalone", + "orientation": "portrait" +} |
