Sure, go ahead and mask it

This commit is contained in:
Leo Herzog
2020-11-10 17:17:27 -05:00
parent 9f6edb4a4d
commit 973312266f

View File

@@ -1,5 +1,6 @@
{ {
"name": "Torrent Parts", "name": "Torrent Parts",
"short_name": "Torrent Parts",
"description": "Inspect and edit what's in your Torrent file or Magnet link", "description": "Inspect and edit what's in your Torrent file or Magnet link",
"theme_color": "#102030", "theme_color": "#102030",
"background_color": "#102030", "background_color": "#102030",
@@ -20,7 +21,8 @@
{ {
"src": "/img/TorrentParts-Icon-2x.png", "src": "/img/TorrentParts-Icon-2x.png",
"sizes": "256x256", "sizes": "256x256",
"type": "image/png" "type": "image/png",
"purpose": "any maskable"
} }
] ]
} }