X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpleroma%2Fweb%2Fviews%2Fmanifest_view.ex;h=c85d76d42545b2fce86a1682abf4b138de3c44f9;hb=a079ec3a3cdfd42d2cbd51c7698c2c87828e5778;hp=1d78b594eeb3ac89ae7ee1c976c681027861ff61;hpb=bbf2e3f4451d41fa3c1a52000bab97b583ebd957;p=akkoma diff --git a/lib/pleroma/web/views/manifest_view.ex b/lib/pleroma/web/views/manifest_view.ex index 1d78b594e..c85d76d42 100644 --- a/lib/pleroma/web/views/manifest_view.ex +++ b/lib/pleroma/web/views/manifest_view.ex @@ -13,13 +13,19 @@ defmodule Pleroma.Web.ManifestView do description: Config.get([:instance, :description]), icons: [ %{ - src: "/static/logo.svg", - type: "image/svg+xml" + src: "/static/logo.svg", + type: "image/svg+xml" }, %{ - src: "/static/logo-512.png", - sizes: "512x512", - type: "image/png" + src: "/static/logo-512.png", + sizes: "512x512", + type: "image/png", + purpose: "maskable" + }, + %{ + src: "/static/logo-512.png", + sizes: "512x512", + type: "image/png" } ], theme_color: Config.get([:manifest, :theme_color]),