mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-21 13:38:56 +02:00
Standalone PWA
This commit is contained in:
parent
28ec2b361a
commit
302e13462c
@ -4,6 +4,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0'>
|
||||
<link rel="manifest" href="{{.BaseURL}}/static/manifest.json" />
|
||||
<link rel="mask-icon" href="{{.BaseURL}}/static/favicon.svg" color="#5bbad5">
|
||||
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
|
||||
|
10
webapp/static/manifest.json
Normal file
10
webapp/static/manifest.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Focalboard",
|
||||
"display": "standalone",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/static/favicon.svg",
|
||||
"sizes": "any"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user