diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-05-17 01:55:14 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-05-17 01:55:14 +0000 |
| commit | e16d278e6c63177d488bb8b5c62cedc898906c09 (patch) | |
| tree | 2b2a20ea2ac439ec2945f921f21f9160cd7b6c28 /public/manifest.json | |
| parent | 6608d0e62fd232cbc19f42f58d1f56cfe2ef6842 (diff) | |
| parent | 0abaa462194715c25cee5fcede0da3085939b402 (diff) | |
Merged in master (pull request #8)
Master
Diffstat (limited to 'public/manifest.json')
| -rw-r--r-- | public/manifest.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 00000000..367b9501 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,33 @@ +{ + "theme_color" : "#FFFFFF", + "background_color" : "#FFFFFF", + "display" : "standalone", + "scope" : "/", + "start_url" : "/?utm_source=launcher", + "name" : "Indoteknik.com", + "short_name" : "Indoteknik.com", + "description" : "Indoteknik.com: B2B Industrial Supply & Solution", + "orientation": "portrait", + "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 |
