Browse Source

Improved launcher icon on Android

master
Eugen Rochko 7 years ago
parent
commit
587bf6820e
3 changed files with 2 additions and 2 deletions
  1. +1
    -1
      app/views/layouts/application.html.haml
  2. BIN
      public/android-chrome-192x192.png
  3. +1
    -1
      public/manifest.json

+ 1
- 1
app/views/layouts/application.html.haml View File

@@ -8,7 +8,7 @@
%link{:rel => "apple-touch-icon", :sizes => "180x180", :href => "/apple-touch-icon.png"}/
%link{:rel => "manifest", :href => "/manifest.json"}/
%meta{:name => "msapplication-config", :content => "/browserconfig.xml"}/
%meta{:name => "theme-color", :content => "#2b90d9"}/
%meta{:name => "theme-color", :content => "#282c37"}/
%meta{:name => "apple-mobile-web-app-capable", :content => "yes"}/

%title


BIN
public/android-chrome-192x192.png View File

Before After
Width: 192  |  Height: 192  |  Size: 14 KiB Width: 192  |  Height: 192  |  Size: 16 KiB

+ 1
- 1
public/manifest.json View File

@@ -8,7 +8,7 @@
"type": "image\/png"
}
],
"theme_color": "#ffffff",
"theme_color": "#282c37",
"display": "standalone",
"start_url": "/web/timelines/home"
}

Loading…
Cancel
Save