mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-24 04:08:04 -08:00
Apparently it's named manifest.webmanifest now? Seems redundant
This commit is contained in:
26
manifest.webmanifest
Normal file
26
manifest.webmanifest
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user