]> cat aescling's git repositories - mastodon.git/commitdiff
Improved launcher icon on Android
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 20 Dec 2016 23:28:57 +0000 (00:28 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 20 Dec 2016 23:28:57 +0000 (00:28 +0100)
app/views/layouts/application.html.haml
public/android-chrome-192x192.png
public/manifest.json

index 87f98198c82419126f5d71f744c1b20d5982162f..5b5239dd55d04ccef959d0fd8e0cca520859286e 100644 (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
index f059bbc46fb45a4b250ba66a549ed434d7ab7a7f..8d6b713225ff9a4b0994e7b2270bf228aacd2e9d 100644 (file)
Binary files a/public/android-chrome-192x192.png and b/public/android-chrome-192x192.png differ
index d12d128eff838f3df91f967aba7dca7d997381f3..26e169ad2f879e744acaad338fa6a0332e89f7ee 100644 (file)
@@ -8,7 +8,7 @@
                        "type": "image\/png"
                }
        ],
-       "theme_color": "#ffffff",
+       "theme_color": "#282c37",
        "display": "standalone",
        "start_url": "/web/timelines/home"
 }