diff --git a/img/csh.png b/img/csh.png deleted file mode 100644 index e5841cf..0000000 Binary files a/img/csh.png and /dev/null differ diff --git a/img/csh_logo_square.svg b/img/csh_logo_square.svg new file mode 100644 index 0000000..be72e83 --- /dev/null +++ b/img/csh_logo_square.svg @@ -0,0 +1,17 @@ + + + +]> + + + + + + + diff --git a/index.php b/index.php index 2bf4fed..73f71c6 100644 --- a/index.php +++ b/index.php @@ -40,7 +40,7 @@ //OLD header.inc ?> - + <?= (!empty($TITLE)) ? $TITLE . " - " : "" ?>Schedule Maker @@ -49,6 +49,8 @@ + + @@ -94,8 +96,8 @@ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..1c1d574 --- /dev/null +++ b/manifest.json @@ -0,0 +1,19 @@ +{ + "background_color": "#2B4E69", + "description": "A course database lookup tool and schedule building web application for use at Rochester Institute of Technology.", + "dir": "auto", + "display": "standalone", + "icons": [ + { + "sizes": "48x48 72x72 96x96 128x128 256x256 512x512", + "type": "image\/svg", + "src": "/img/csh_logo_square.svg" + } + ], + "lang": "en", + "name": "CSH ScheduleMaker", + "orientation": "any", + "short_name": "ScheduleMaker", + "start_url": "/", + "theme_color": "#2C3E50" +} \ No newline at end of file