Ver código fonte

Improved launcher icon on Android

master
Eugen Rochko 7 anos atrás
pai
commit
587bf6820e
3 arquivos alterados com 2 adições e 2 exclusões
  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 Ver arquivo

@@ -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 Ver arquivo

Antes Depois
Largura: 192  |  Altura: 192  |  Tamanho: 14 KiB Largura: 192  |  Altura: 192  |  Tamanho: 16 KiB

+ 1
- 1
public/manifest.json Ver arquivo

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

Carregando…
Cancelar
Salvar