Skip to content

Commit 302e134

Browse files
committed
Standalone PWA
1 parent 28ec2b3 commit 302e134

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

webapp/html-templates/page.ejs

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<head>
55
<meta charset="UTF-8">
66
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0'>
7+
<link rel="manifest" href="{{.BaseURL}}/static/manifest.json" />
8+
<link rel="mask-icon" href="{{.BaseURL}}/static/favicon.svg" color="#5bbad5">
79

810
<title><%= htmlWebpackPlugin.options.title %></title>
911

webapp/static/manifest.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "Focalboard",
3+
"display": "standalone",
4+
"icons": [
5+
{
6+
"src": "/static/favicon.svg",
7+
"sizes": "any"
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)