Skip to content

Commit d11c3cf

Browse files
committed
Add start url to manifest
1 parent 326cfcb commit d11c3cf

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.vscode/.browse.VC.db-shm

0 Bytes
Binary file not shown.

.vscode/.browse.VC.db-wal

8.05 KB
Binary file not shown.

index.html

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
88
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
99
<meta name="description" content="DevOps , Securtity , Penetration Testing ,Eric Caleb, Software Development , Encryption">
10+
<meta name="theme color" >
11+
<link rel="manifest" href="manifest.json">
12+
1013
<!-- Semantic -->
1114
<link rel="stylesheet" type="text/css" href="css/semantic.min.css">
1215
<script type="text/javascript" src = "js/semantic.min.js"></script>

manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"type": "/image/png"
99
}
1010
],
11-
"start_url": "",
12-
"background_color": "",
13-
"theme_color": "",
11+
"start_url": "/?utm_source=homescreen",
12+
"background_color": "#000",
13+
"theme_color": "#000",
1414
"display": "standalone"
1515
}

0 commit comments

Comments
 (0)