Skip to content

Commit

Permalink
adds a manifest and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenist committed Dec 23, 2023
1 parent 8a41dba commit 11da375
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<link rel="manifest" href="manifest.json" />
<link rel="icon" type="image/x-icon" href="/icon32.png" />
<title>Drawing App</title>
</head>
<body>
Expand Down
Binary file added apps/web/public/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/public/icon32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/public/icon512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions apps/web/public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Drawing App",
"icons": [
{
"src": "icon512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "./",
"display": "fullscreen"
}

0 comments on commit 11da375

Please sign in to comment.