diff --git a/assets/images/Contents.json b/assets/images/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/assets/images/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/assets/images/icons-manifest/Contents.json b/assets/images/icons-manifest/Contents.json new file mode 100644 index 0000000..5706656 --- /dev/null +++ b/assets/images/icons-manifest/Contents.json @@ -0,0 +1,43 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "icon48.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "icon72.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "icon96.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "icon144.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "icon168.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "icon192.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "icon.svg", + "scale" : "x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/assets/images/icons-manifest/icon.svg b/assets/images/icons-manifest/icon.svg new file mode 100644 index 0000000..f44629f --- /dev/null +++ b/assets/images/icons-manifest/icon.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/icons-manifest/icon144.png b/assets/images/icons-manifest/icon144.png new file mode 100644 index 0000000..10c7b9f Binary files /dev/null and b/assets/images/icons-manifest/icon144.png differ diff --git a/assets/images/icons-manifest/icon168.png b/assets/images/icons-manifest/icon168.png new file mode 100644 index 0000000..e8c36d1 Binary files /dev/null and b/assets/images/icons-manifest/icon168.png differ diff --git a/assets/images/icons-manifest/icon192.png b/assets/images/icons-manifest/icon192.png new file mode 100644 index 0000000..8d76085 Binary files /dev/null and b/assets/images/icons-manifest/icon192.png differ diff --git a/assets/images/icons-manifest/icon48.png b/assets/images/icons-manifest/icon48.png new file mode 100644 index 0000000..2fadbb7 Binary files /dev/null and b/assets/images/icons-manifest/icon48.png differ diff --git a/assets/images/icons-manifest/icon72.png b/assets/images/icons-manifest/icon72.png new file mode 100644 index 0000000..69ccaa6 Binary files /dev/null and b/assets/images/icons-manifest/icon72.png differ diff --git a/assets/images/icons-manifest/icon96.png b/assets/images/icons-manifest/icon96.png new file mode 100644 index 0000000..6c9eb9b Binary files /dev/null and b/assets/images/icons-manifest/icon96.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..3c71e7a Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index 6bbca35..8e31e3b 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,8 @@ + + - /tg/ Handbook + /tg/station Handbook
diff --git a/manifest.webmanifest b/manifest.webmanifest new file mode 100644 index 0000000..8cf71b5 --- /dev/null +++ b/manifest.webmanifest @@ -0,0 +1,40 @@ +{ + "name": "/tg/station Handbook", + "short_name": "tgstationHandbook", + "start_url": ".", + "display": "standalone", + "background_color": "#384e68", + "description": "A prettier client for the /tg/station Wiki", + "icons": [ + { + "src": "assets/images/icons-manifest/icon48.png", + "sizes": "48x48", + "type": "image/png" + }, + { + "src": "assets/images/icons-manifest/icon72.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "assets/images/icons-manifest/icon96.png", + "sizes": "96x96", + "type": "image/png" + }, + { + "src": "assets/images/icons-manifest/icon144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "assets/images/icons-manifest/icon168.png", + "sizes": "168x168", + "type": "image/png" + }, + { + "src": "assets/images/icons-manifest/icon192.png", + "sizes": "192x192", + "type": "image/png" + } + ] +}