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.
2 parents 30ab232 + 6f44c99 commit 82420beCopy full SHA for 82420be
manifest.webmanifest
@@ -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