Skip to content

Commit 3c5c783

Browse files
GeneAIGeneAI
authored andcommitted
fix: Add site.webmanifest to resolve PWA 404 error
1 parent 484cabb commit 3c5c783

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

website/public/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"type": "image/png"
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)