Apparently it's named manifest.webmanifest now? Seems redundant

This commit is contained in:
Leo Herzog
2020-11-10 17:12:17 -05:00
parent c110e8fef3
commit 9f6edb4a4d
2 changed files with 1 additions and 0 deletions

26
manifest.webmanifest Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "Torrent Parts",
"description": "Inspect and edit what's in your Torrent file or Magnet link",
"theme_color": "#102030",
"background_color": "#102030",
"scope": "/",
"start_url": "/",
"display": "minimal-ui",
"icons": [
{
"src": "/img/TorrentParts-Icon-.5x.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "/img/TorrentParts-Icon-1x.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "/img/TorrentParts-Icon-2x.png",
"sizes": "256x256",
"type": "image/png"
}
]
}