summaryrefslogtreecommitdiff
path: root/public/site.webmanifest
diff options
context:
space:
mode:
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"
+}
+