ソースを参照

Improved launcher icon on Android

master
Eugen Rochko 7年前
コミット
587bf6820e
3個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      app/views/layouts/application.html.haml
  2. バイナリ
      public/android-chrome-192x192.png
  3. +1
    -1
      public/manifest.json

+ 1
- 1
app/views/layouts/application.html.haml ファイルの表示

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


バイナリ
public/android-chrome-192x192.png ファイルの表示

変更前 変更後
幅: 192  |  高さ: 192  |  サイズ: 14 KiB 幅: 192  |  高さ: 192  |  サイズ: 16 KiB

+ 1
- 1
public/manifest.json ファイルの表示

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

読み込み中…
キャンセル
保存