We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20731d7 commit 047fff3Copy full SHA for 047fff3
index.html
@@ -4,7 +4,7 @@
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>Offline Vault Chatbot</title>
7
-<link rel="manifest" href="manifest.json">
+<link rel="manifest" href="site.webmanifest">
8
<meta name="theme-color" content="#5a9df8">
9
<link rel="stylesheet" href="styles.css">
10
</head>
manifest.json
site.webmanifest
@@ -0,0 +1,14 @@
1
+{
2
+ "name": "ChatBot",
3
+ "short_name": "ChatBot",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ }
+ ],
11
+ "theme_color": "#FFFFFF",
12
+ "background_color": "#FFFFFF",
13
+ "display": "standalone"
14
0 commit comments