Skip to content

Commit a41e838

Browse files
ahornaceVladimir Kotal
authored andcommitted
Use svg favicon
1 parent daad7b1 commit a41e838

File tree

7 files changed

+53
-1
lines changed

7 files changed

+53
-1
lines changed
6.78 KB
Loading
Lines changed: 19 additions & 0 deletions
Loading
25.8 KB
Loading
-535 Bytes
Binary file not shown.
Lines changed: 18 additions & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "OpenGrok - a wicked fast source browser",
3+
"short_name": "OpenGrok",
4+
"icons": [{
5+
"src": "./img/google-touch-icon.png",
6+
"sizes": "512x512"
7+
}],
8+
"background_color": "#ffffff",
9+
"theme_color": "#ffffff",
10+
"display": "fullscreen"
11+
}

opengrok-web/src/main/webapp/httpheader.jspf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ org.opengrok.web.Scripts"
5656
<meta name="robots" content="noindex,nofollow" />
5757
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5858
<meta name="generator" content="{OpenGrok <%=Info.getVersion()%> (<%=Info.getRevision()%>)" />
59-
<link rel="icon" href="<%=styleDir%>/img/icon.png" type="image/png" />
59+
<meta name="theme-color" content="#ffffff">
60+
<link rel="icon" href="<%=styleDir%>/img/favicon.svg">
61+
<link rel="mask-icon" href="<%=styleDir%>/img/mask-icon.svg" color="#000000">
62+
<link rel="apple-touch-icon" href="<%=styleDir%>/img/apple-touch-icon.png">
63+
<link rel="manifest" href="<%=styleDir%>/manifest.json">
6064
<link rel="stylesheet" type="text/css" media="all"
6165
title="Default" href="<%= dstyle %>" />
6266
<link rel="alternate stylesheet" type="text/css" media="all"

0 commit comments

Comments
 (0)