Skip to content

Commit 6f44c99

Browse files
authored
🎉Added
1 parent 30ab232 commit 6f44c99

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

‎manifest.webmanifest‎

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"short_name": "CSFelix",
3+
"name": "CSFelix - Portfolio",
4+
"start_url": "./index.html",
5+
"display": "standalone",
6+
"theme_color": "#041f36",
7+
"theme-color": "#041f36",
8+
"background_color": "#041f36",
9+
"background-color": "#041f36",
10+
"description": "Data Science and Machine Learning Portfolio",
11+
12+
"icons": [
13+
{
14+
"src": "./assets/pwa-logos/logo452x452.avif",
15+
"sizes": "452x452",
16+
"type": "image/png",
17+
"purpose": "maskable"
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)