Skip to content

Commit

Permalink
feat: add pwa support (#96 AlistGo/alist#3229)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoYanZh authored Jul 14, 2023
1 parent 606fdd3 commit e8b98aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<meta name="generator" content="AList V3" />
<meta name="theme-color" content="#000000" />
<meta name="google" content="notranslate" />
<link href="/static/manifest.json" rel="manifest" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="AList" />
<link
Expand Down
13 changes: 13 additions & 0 deletions public/static/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"display": "standalone",
"scope": "/",
"start_url": "/",
"name": "AList",
"icons": [
{
"src": "https://jsd.nn.ci/gh/alist-org/logo@main/logo.png",
"sizes": "512x512",
"type": "image/png"
}
]
}

0 comments on commit e8b98aa

Please sign in to comment.