Purge Rejected Follow requests in daily task (#334)
[akkoma] / lib / pleroma / web / views / manifest_view.ex
index d8c736cef647429ca76f92306ad7423acdcb0abe..5177b0eba949877cc79727b0baeaa73378124fbf 100644 (file)
@@ -13,14 +13,14 @@ 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",
-            purpose: "maskable"
+          src: "/static/logo-512.png",
+          sizes: "512x512",
+          type: "image/png",
+          purpose: "maskable"
         }
       ],
       theme_color: Config.get([:manifest, :theme_color]),