diff --git a/assets/apple-icon-120.png b/assets/apple-icon-120.png index 870f60d..d80686b 100644 Binary files a/assets/apple-icon-120.png and b/assets/apple-icon-120.png differ diff --git a/assets/apple-icon-180.png b/assets/apple-icon-180.png index f1096f1..0ea17ff 100644 Binary files a/assets/apple-icon-180.png and b/assets/apple-icon-180.png differ diff --git a/assets/icon-150.png b/assets/icon-150.png new file mode 100644 index 0000000..967eb2e Binary files /dev/null and b/assets/icon-150.png differ diff --git a/assets/icon-44.png b/assets/icon-44.png new file mode 100644 index 0000000..af38b47 Binary files /dev/null and b/assets/icon-44.png differ diff --git a/assets/icon-50.png b/assets/icon-50.png new file mode 100644 index 0000000..d819cf6 Binary files /dev/null and b/assets/icon-50.png differ diff --git a/assets/manifest.json b/assets/manifest.json index c092da8..59d1948 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -35,6 +35,21 @@ "src": "icon-512.png", "sizes": "512x512", "type": "image/png" + }, + { + "src": "icon-44.png", + "sizes": "44x44", + "type": "image/png" + }, + { + "src": "icon-50.png", + "sizes": "50x50", + "type": "image/png" + }, + { + "src": "icon-150.png", + "sizes": "150x150", + "type": "image/png" } ] } diff --git a/original-assets/sailboat-icon.svg b/original-assets/sailboat-icon.svg new file mode 100644 index 0000000..75f08e8 --- /dev/null +++ b/original-assets/sailboat-icon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file