Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/pocket/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
it is static, because a splash screen is drawn before any script runs. -->
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Dormouse" />
<title>Dormouse Pocket</title>
<style>
/* Theme-agnostic viewport plumbing. Colors and fonts come from the shared
Expand Down
Binary file modified lib/pocket/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/pocket/public/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dormouse Pocket",
"short_name": "Pocket",
"short_name": "Dormouse",
"description": "Remote control for your Dormouse terminals.",
"id": "/",
"start_url": "/",
Expand Down
Binary file modified website/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading