Files
LiveSplitOne/manifest.json
T
2017-10-27 14:22:50 -04:00

14 lines
320 B
JSON

{
"name": "LiveSplit One",
"short_name": "LiveSplit One",
"start_url": ".",
"display": "standalone",
"background_color": "#171717",
"description": "A version of LiveSplit that works on a lot of platforms.",
"icons": [{
"src": "images/icon.png",
"sizes": "1000x1000",
"type": "image/png"
}]
}