Skip to content

Commit 5179994

Browse files
GeneAIclaude
authored andcommitted
fix: Remove missing icon references from webmanifest
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 4c6069a commit 5179994

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

website/public/site.webmanifest

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,5 @@
55
"start_url": "/",
66
"display": "standalone",
77
"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-
]
8+
"background_color": "#ffffff"
219
}

0 commit comments

Comments
 (0)