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
Add a web app manifest
- Add extra icons for Android and Apple iOS
  • Loading branch information
jbampton committed Dec 22, 2020
commit 91653347121c62c5ed7218f6648d23a2b4a0bd2b
4 changes: 4 additions & 0 deletions _includes/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/images/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/icons/favicon-16x16.png">
<link rel="manifest" href="/images/icons/site.webmanifest">
Binary file added images/icons/android-chrome-192x192.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 images/icons/android-chrome-512x512.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 images/icons/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.
Binary file added images/icons/favicon-16x16.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 images/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions images/icons/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name":"mruby Lightweight Ruby",
"short_name":"mruby",
"icons":[
{"src":"/images/icons/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},
{"src":"/images/icons/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],
"theme_color":"#e0115f",
"background_color":"#ffffff",
"display":"standalone",
"start_url": "/?source=pwa",
"scope": "/",
"orientation":"portrait"
}