From: Carl Worth Date: Sun, 17 May 2020 13:57:08 +0000 (-0700) Subject: Add many assets expanded from lmno.png X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=451ce40485905ae023babb2b37e115fce3e28a07 Add many assets expanded from lmno.png These are all directly as generated by https://realfavicongenerator.net by selecting a couple of arbitrary background colors in a couple places. --- diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..e9ae90a Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png new file mode 100644 index 0000000..04d98ec Binary files /dev/null and b/android-chrome-512x512.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..ce22c46 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/browserconfig.xml b/browserconfig.xml new file mode 100644 index 0000000..249c5c1 --- /dev/null +++ b/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #ffc40d + + + diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..30073b8 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..ba9d653 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..b2c0d81 Binary files /dev/null and b/favicon.ico differ diff --git a/mstile-150x150.png b/mstile-150x150.png new file mode 100644 index 0000000..4127bdd Binary files /dev/null and b/mstile-150x150.png differ diff --git a/safari-pinned-tab.svg b/safari-pinned-tab.svg new file mode 100644 index 0000000..4b1730f --- /dev/null +++ b/safari-pinned-tab.svg @@ -0,0 +1,42 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + + + diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..b20abb7 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}