Skip to content

Commit 047fff3

Browse files
committed
test commit
1 parent 20731d7 commit 047fff3

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Offline Vault Chatbot</title>
7-
<link rel="manifest" href="manifest.json">
7+
<link rel="manifest" href="site.webmanifest">
88
<meta name="theme-color" content="#5a9df8">
99
<link rel="stylesheet" href="styles.css">
1010
</head>

manifest.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

site.webmanifest

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "ChatBot",
3+
"short_name": "ChatBot",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
}
10+
],
11+
"theme_color": "#FFFFFF",
12+
"background_color": "#FFFFFF",
13+
"display": "standalone"
14+
}

0 commit comments

Comments
 (0)