Skip to content

Commit acd5cf8

Browse files
author
Justin M
committed
add favicon and manifest
1 parent b1c89f3 commit acd5cf8

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

favicon.png

4 KB
Loading

img/icon-512.png

27.6 KB
Loading

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<link rel="stylesheet" href="www/lib/codemirror/lib/codemirror.css" charset="utf-8">
88
<link rel="stylesheet" href="www/lib/codemirror/theme/tomorrow-night.css" charset="utf-8">
99
<link rel="stylesheet" href="css/main.css?cachebust=2" charset="utf-8">
10+
<link rel="apple-touch-icon" href="/img/icon-512.png">
11+
<meta name="apple-mobile-web-app-capable" content="yes">
12+
<meta name="apple-mobile-web-app-status-bar-style" content="black">
13+
<link rel="manifest" href="/manifest.json">
14+
<link rel="icon" type="image/png" href="/img/icon-512.png">
1015
</head>
1116
<body>
1217
<header id="header">

manifest.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"id": "online-json-diff",
3+
"name": "Online JSON Diff",
4+
"short_name": "JSON DIff",
5+
"description": "Online JSON Compare Diff Finder",
6+
"start_url": "https://www.json-diff.com",
7+
"display": "standalone",
8+
"background_color": "#ffffff",
9+
"theme_color": "#000000",
10+
"icons": [
11+
{
12+
"purpose": "any",
13+
"src": "/img/icon-512.png",
14+
"sizes": "512x512",
15+
"type": "image/png"
16+
},
17+
{
18+
"purpose":"maskable",
19+
"src": "/img/icon-512.png",
20+
"sizes": "512x512",
21+
"type": "image/png"
22+
}
23+
]
24+
}

0 commit comments

Comments
 (0)