We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50297c2 commit bd87dd2Copy full SHA for bd87dd2
1 file changed
frontend/public/manifest.json
@@ -0,0 +1,26 @@
1
+{
2
+ "short_name": "Brevity",
3
+ "name": "Brevity - What's happening?",
4
+ "description": "A modern, high-performance micro-blogging platform.",
5
+ "icons": [
6
+ {
7
+ "src": "/logo.svg",
8
+ "type": "image/svg+xml",
9
+ "sizes": "any"
10
+ },
11
12
+ "src": "/icon-192.png",
13
+ "type": "image/png",
14
+ "sizes": "192x192"
15
16
17
+ "src": "/icon-512.png",
18
19
+ "sizes": "512x512"
20
+ }
21
+ ],
22
+ "start_url": ".",
23
+ "display": "standalone",
24
+ "theme_color": "#ffffff",
25
+ "background_color": "#f3f4f6"
26
+}
0 commit comments