diff options
| author | Bobby <[email protected]> | 2025-07-13 15:23:17 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-07-13 15:23:17 +0530 |
| commit | f352d2678f91e4f4ea6902d084fb9590e2819e92 (patch) | |
| tree | 4aa73c034a240edfb41fa7bc51caf99d425f14bf /static | |
| parent | cfdcbc452064854140bb572dea154d3f5c2f857b (diff) | |
| download | imageboard-f352d2678f91e4f4ea6902d084fb9590e2819e92.tar.xz imageboard-f352d2678f91e4f4ea6902d084fb9590e2819e92.zip | |
added favicon
Diffstat (limited to 'static')
| -rw-r--r-- | static/extra/site.webmanifest | 19 | ||||
| -rw-r--r-- | static/images/icons/android-chrome-192x192.png | bin | 0 -> 67599 bytes | |||
| -rw-r--r-- | static/images/icons/android-chrome-512x512.png | bin | 0 -> 390725 bytes | |||
| -rw-r--r-- | static/images/icons/apple-touch-icon.png | bin | 0 -> 60481 bytes | |||
| -rw-r--r-- | static/images/icons/favicon-16x16.png | bin | 0 -> 1002 bytes | |||
| -rw-r--r-- | static/images/icons/favicon-32x32.png | bin | 0 -> 3154 bytes | |||
| -rw-r--r-- | static/images/icons/favicon.ico | bin | 0 -> 15406 bytes |
7 files changed, 19 insertions, 0 deletions
diff --git a/static/extra/site.webmanifest b/static/extra/site.webmanifest new file mode 100644 index 0000000..eaacddd --- /dev/null +++ b/static/extra/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Imageboard", + "short_name": "", + "icons": [ + { + "src": "/static/images/icons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/static/images/icons/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}
\ No newline at end of file diff --git a/static/images/icons/android-chrome-192x192.png b/static/images/icons/android-chrome-192x192.png Binary files differnew file mode 100644 index 0000000..f088273 --- /dev/null +++ b/static/images/icons/android-chrome-192x192.png diff --git a/static/images/icons/android-chrome-512x512.png b/static/images/icons/android-chrome-512x512.png Binary files differnew file mode 100644 index 0000000..ba3a20f --- /dev/null +++ b/static/images/icons/android-chrome-512x512.png diff --git a/static/images/icons/apple-touch-icon.png b/static/images/icons/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..c7948a9 --- /dev/null +++ b/static/images/icons/apple-touch-icon.png diff --git a/static/images/icons/favicon-16x16.png b/static/images/icons/favicon-16x16.png Binary files differnew file mode 100644 index 0000000..50800fb --- /dev/null +++ b/static/images/icons/favicon-16x16.png diff --git a/static/images/icons/favicon-32x32.png b/static/images/icons/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..e5d6fdc --- /dev/null +++ b/static/images/icons/favicon-32x32.png diff --git a/static/images/icons/favicon.ico b/static/images/icons/favicon.ico Binary files differnew file mode 100644 index 0000000..42f4686 --- /dev/null +++ b/static/images/icons/favicon.ico |
