Procházet zdrojové kódy

Improved launcher icon on Android

master
Eugen Rochko před 7 roky
rodič
revize
587bf6820e
3 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      app/views/layouts/application.html.haml
  2. binární
      public/android-chrome-192x192.png
  3. +1
    -1
      public/manifest.json

+ 1
- 1
app/views/layouts/application.html.haml Zobrazit soubor

@@ -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ární
public/android-chrome-192x192.png Zobrazit soubor

Před Za
Šířka: 192  |  Výška: 192  |  Velikost: 14 KiB Šířka: 192  |  Výška: 192  |  Velikost: 16 KiB

+ 1
- 1
public/manifest.json Zobrazit soubor

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

Načítá se…
Zrušit
Uložit