diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-10-25 10:55:07 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-10-25 10:55:07 +0700 |
| commit | 053b45c6d4c7a8fa0853de9acab5f98642ed72dc (patch) | |
| tree | 046a2f3afc07b2254f574e1b2e7e486645bfb0d5 /public | |
| parent | 83d1a1c558293e1b14c9a5847628e7661f749c66 (diff) | |
fedback add pwa
Diffstat (limited to 'public')
| -rw-r--r-- | public/images/icon-192x192.png | bin | 0 -> 31481 bytes | |||
| -rw-r--r-- | public/images/icon-256x256.png | bin | 0 -> 31481 bytes | |||
| -rw-r--r-- | public/images/icon-384x384.png | bin | 0 -> 31481 bytes | |||
| -rw-r--r-- | public/images/icon-512x512.png | bin | 0 -> 31481 bytes | |||
| -rw-r--r-- | public/images/icon.jpg | bin | 0 -> 129674 bytes | |||
| -rw-r--r-- | public/manifest.json | 32 |
6 files changed, 32 insertions, 0 deletions
diff --git a/public/images/icon-192x192.png b/public/images/icon-192x192.png Binary files differnew file mode 100644 index 0000000..23336bb --- /dev/null +++ b/public/images/icon-192x192.png diff --git a/public/images/icon-256x256.png b/public/images/icon-256x256.png Binary files differnew file mode 100644 index 0000000..23336bb --- /dev/null +++ b/public/images/icon-256x256.png diff --git a/public/images/icon-384x384.png b/public/images/icon-384x384.png Binary files differnew file mode 100644 index 0000000..23336bb --- /dev/null +++ b/public/images/icon-384x384.png diff --git a/public/images/icon-512x512.png b/public/images/icon-512x512.png Binary files differnew file mode 100644 index 0000000..23336bb --- /dev/null +++ b/public/images/icon-512x512.png diff --git a/public/images/icon.jpg b/public/images/icon.jpg Binary files differnew file mode 100644 index 0000000..bd8be4a --- /dev/null +++ b/public/images/icon.jpg diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..948e43b --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,32 @@ +{ + + "start_url": "/", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#000000", + "name": "Indoteknik Delivery", + "short_name": "Scanner", + "icons": [ + { + "src": "/icon-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/icon-256x256.png", + "sizes": "256x256", + "type": "image/png" + }, + { + "src": "/icon-384x384.png", + "sizes": "384x384", + "type": "image/png" + }, + { + "src": "/icon-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] + } +
\ No newline at end of file |
