There was an error while loading. Please reload this page.
1 parent 0fc3f45 commit a530d79Copy full SHA for a530d79
1 file changed
manifest.webmanifest
@@ -8,18 +8,29 @@
8
"lang": "en",
9
"dir": "auto",
10
"display": "standalone",
11
- "display_override": [
12
- "minimal-ui"
13
- ],
14
"orientation": "any",
15
"background_color": "#ffffff",
16
"theme_color": "#2563eb",
17
+ "categories": [
+ "developer",
+ "developer tools",
18
+ "development",
19
+ "productivity",
20
+ "utilities"
21
+ ],
22
23
"launch_handler": {
24
"client_mode": "navigate-existing"
25
},
26
27
+ "protocol_handlers": [
28
+ {
29
+ "protocol": "mailto",
30
+ "url": "./&tar=%s"
31
+ }
32
33
+
34
"handle_links": "preferred",
35
"capture_links": "existing-client-navigate",
36
"prefer_related_applications": false,
0 commit comments