about summary refs log tree commit diff
path: root/app/views/manifests
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-10-02 01:23:32 +0200
committerGitHub <noreply@github.com>2017-10-02 01:23:32 +0200
commit47ecd652d3f8256a191401f005d42760e858e6de (patch)
treeaa536551b0722bfc15c26d9b5bc4b54b63d2d4f4 /app/views/manifests
parent04fa4eb7f95a53138949aac9dd5041a2bdade277 (diff)
Make Chrome splash screen same color as web UI's background color (#5169)
Diffstat (limited to 'app/views/manifests')
-rw-r--r--app/views/manifests/show.json.rabl11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/manifests/show.json.rabl b/app/views/manifests/show.json.rabl
deleted file mode 100644
index ee0a70324..000000000
--- a/app/views/manifests/show.json.rabl
+++ /dev/null
@@ -1,11 +0,0 @@
-object false
-
-node(:name)             { Setting.site_title }
-node(:short_name)       { Setting.site_title }
-node(:description)      { strip_tags(Setting.site_description.presence || I18n.t('about.about_mastodon_html')) }
-node(:icons)            { [{ src: '/android-chrome-192x192.png', sizes: '192x192', type: 'image/png' }] }
-node(:theme_color)      { '#282c37' }
-node(:background_color) { '#d9e1e8' }
-node(:display)          { 'standalone' }
-node(:start_url)        { '/web/timelines/home' }
-node(:scope)            { root_url }