We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484cabb commit 3c5c783Copy full SHA for 3c5c783
website/public/site.webmanifest
@@ -0,0 +1,21 @@
1
+{
2
+ "name": "Empathy Framework",
3
+ "short_name": "Empathy",
4
+ "description": "Level 4 Anticipatory Intelligence for AI-human collaboration",
5
+ "start_url": "/",
6
+ "display": "standalone",
7
+ "theme_color": "#6366f1",
8
+ "background_color": "#ffffff",
9
+ "icons": [
10
+ {
11
+ "src": "/icon-192.png",
12
+ "sizes": "192x192",
13
+ "type": "image/png"
14
+ },
15
16
+ "src": "/icon-512.png",
17
+ "sizes": "512x512",
18
19
+ }
20
+ ]
21
+}
0 commit comments