diff --git a/index.html b/index.html index 045d5bb..b7184ed 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ + TrafficCue diff --git a/public/img/icon192.png b/public/img/icon192.png new file mode 100644 index 0000000..6c5bd14 Binary files /dev/null and b/public/img/icon192.png differ diff --git a/public/img/icon512.png b/public/img/icon512.png new file mode 100644 index 0000000..c237532 Binary files /dev/null and b/public/img/icon512.png differ diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..9ea8166 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,17 @@ +{ + "name": "TrafficCue", + "icons": [ + { + "src": "img/icon512.png", + "type": "image/png", + "sizes": "512x512" + }, + { + "src": "img/icon192.png", + "type": "image/png", + "sizes": "192x192" + } + ], + "start_url": "/", + "display": "standalone" +}