forked from cybrespace/mastodon
Improved launcher icon on Android
This commit is contained in:
parent
e09d3a2c66
commit
587bf6820e
|
@ -8,7 +8,7 @@
|
||||||
%link{:rel => "apple-touch-icon", :sizes => "180x180", :href => "/apple-touch-icon.png"}/
|
%link{:rel => "apple-touch-icon", :sizes => "180x180", :href => "/apple-touch-icon.png"}/
|
||||||
%link{:rel => "manifest", :href => "/manifest.json"}/
|
%link{:rel => "manifest", :href => "/manifest.json"}/
|
||||||
%meta{:name => "msapplication-config", :content => "/browserconfig.xml"}/
|
%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"}/
|
%meta{:name => "apple-mobile-web-app-capable", :content => "yes"}/
|
||||||
|
|
||||||
%title
|
%title
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 16 KiB |
|
@ -8,7 +8,7 @@
|
||||||
"type": "image\/png"
|
"type": "image\/png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"theme_color": "#ffffff",
|
"theme_color": "#282c37",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"start_url": "/web/timelines/home"
|
"start_url": "/web/timelines/home"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue