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/extra | |
| parent | cfdcbc452064854140bb572dea154d3f5c2f857b (diff) | |
| download | imageboard-f352d2678f91e4f4ea6902d084fb9590e2819e92.tar.xz imageboard-f352d2678f91e4f4ea6902d084fb9590e2819e92.zip | |
added favicon
Diffstat (limited to 'static/extra')
| -rw-r--r-- | static/extra/site.webmanifest | 19 |
1 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 |
