diff --git a/htmlheader.php b/htmlheader.php index 97e5c7d..7e0625e 100644 --- a/htmlheader.php +++ b/htmlheader.php @@ -3,17 +3,18 @@ ?> - + - - - - - + + + + + + + + + + T&J Task Reminders - - - - diff --git a/icons/tasks_192.png b/icons/tasks_192.png new file mode 100755 index 0000000..c6bcb87 Binary files /dev/null and b/icons/tasks_192.png differ diff --git a/icons/tasks_512.png b/icons/tasks_512.png new file mode 100755 index 0000000..56bc3bd Binary files /dev/null and b/icons/tasks_512.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..dc83648 --- /dev/null +++ b/manifest.json @@ -0,0 +1,19 @@ +{ + "short_name": "T&J Task List", + "description": "Task list tracker for T & J!", + "icons": [ + { + "src": "icons/tasks_512.png", + "type": "image/png", + "sizes": "512x512" + }, + { + "src": "icons/tasks_192.png", + "type": "image/png", + "sizes": "192x192" + } + ], + "start_url": "index.php", + "display": "fullscreen", + "scope": "/t/" +}