diff --git a/apple-touch-icon-precomposed.png b/apple-touch-icon-precomposed.png new file mode 100644 index 0000000..afd88cb Binary files /dev/null and b/apple-touch-icon-precomposed.png differ diff --git a/manifest.webmanifest b/manifest.webmanifest index 0cdd714..c6abbad 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -6,8 +6,15 @@ "background_color": "#ccc", "theme_color": "#000", "description": "a database of currently available 35mm, 110 and medium format film stocks", - "icons": [{ - "src": "favicon.svg", - "sizes": "any maskable" - }] + "icons": [ + { + "src": "favicon.svg", + "sizes": "any maskable" + }, + { + "src": "apple-touch-icon-precomposed.png", + "sizes": "256x256", + "type": "image/png" + } + ] } \ No newline at end of file