From 973312266f1394b1c5b8dd831dd1776cedc591a8 Mon Sep 17 00:00:00 2001 From: Leo Herzog Date: Tue, 10 Nov 2020 17:17:27 -0500 Subject: [PATCH] Sure, go ahead and mask it --- manifest.webmanifest | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.webmanifest b/manifest.webmanifest index 3b543b9..596f02a 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -1,5 +1,6 @@ { "name": "Torrent Parts", + "short_name": "Torrent Parts", "description": "Inspect and edit what's in your Torrent file or Magnet link", "theme_color": "#102030", "background_color": "#102030", @@ -20,7 +21,8 @@ { "src": "/img/TorrentParts-Icon-2x.png", "sizes": "256x256", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" } ] } \ No newline at end of file