summaryrefslogtreecommitdiff
path: root/public/site.webmanifest
diff options
context:
space:
mode:
authorl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-04-04 02:23:37 +0300
committerl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-04-04 02:23:37 +0300
commitafe5d3174a5e4c851bf5d30527ce88814f1a267a (patch)
tree43bd5d24ad973b16061734cb0e59011c44ff2ccf /public/site.webmanifest
parent9c65a9c271dfda5ea17c9d909bc9e7e6d0c040ab (diff)
add favicon
Diffstat (limited to 'public/site.webmanifest')
-rw-r--r--public/site.webmanifest22
1 files changed, 22 insertions, 0 deletions
diff --git a/public/site.webmanifest b/public/site.webmanifest
new file mode 100644
index 0000000..383a09c
--- /dev/null
+++ b/public/site.webmanifest
@@ -0,0 +1,22 @@
+{
+ "name": "ArtBerry",
+ "short_name": "ArtBerry",
+ "icons": [
+ {
+ "src": "/web-app-manifest-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png",
+ "purpose": "maskable"
+ },
+ {
+ "src": "/web-app-manifest-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png",
+ "purpose": "maskable"
+ }
+ ],
+ "theme_color": "#05040A",
+ "background_color": "#05040A",
+ "display": "standalone"
+}
+