diff --git a/images/icon.png b/images/icon.png new file mode 100644 index 0000000..cf62a9d Binary files /dev/null and b/images/icon.png differ diff --git a/index.html b/index.html index 5efe5ff..eef5d89 100644 --- a/index.html +++ b/index.html @@ -1,23 +1,25 @@ - - - - - - LiveSplit One - - + + + + + + + + + LiveSplit One + - -
+ +
- - + + - - - + + + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..dcb5546 --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "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" + }] +}