Skip to content

Commit

Permalink
Support iOS add to home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua committed Jun 20, 2021
1 parent dd9643d commit 4216b83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title><%= htmlWebpackPlugin.options.title %></title>
<link rel="manifest" href="manifest.json" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="#808080" />
<meta name="apple-mobile-web-app-title" content="IC QR" />
<link rel="apple-touch-icon" href="/logo.png" sizes="360x360" />
<style>
#scan,
#send,
Expand Down
1 change: 1 addition & 0 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"background_color": "white",
"description": "QR Scanner for Internet Computer Transactions",
"display": "standalone",
"prefer_related_applications": false,
"icons": [
{
"src": "/logo.png",
Expand Down

0 comments on commit 4216b83

Please sign in to comment.