diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..efaac46 Binary files /dev/null and b/public/favicon.png differ diff --git a/public/icon-192.png b/public/icon-192.png new file mode 100644 index 0000000..c111b3b Binary files /dev/null and b/public/icon-192.png differ diff --git a/public/index.html b/public/index.html index 9d35186..3d53e8c 100644 --- a/public/index.html +++ b/public/index.html @@ -4,9 +4,13 @@ - + + + + + + - <%= htmlWebpackPlugin.options.title %> diff --git a/public/rummy-timer.webmanifest b/public/rummy-timer.webmanifest new file mode 100644 index 0000000..4674603 --- /dev/null +++ b/public/rummy-timer.webmanifest @@ -0,0 +1,15 @@ +{ + "background_color": "#000088", + "description": "Simple timer for rummykub", + "display": "fullscreen", + "icons": [ + { + "src": "/rummy-timer/icon-192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "name": "Rummy timer", + "short_name": "Rummy timer", + "start_url": "/rummy-timer/index.html" +} \ No newline at end of file diff --git a/src/components/Settings.vue b/src/components/Settings.vue index 87e9fb6..45f6b32 100644 --- a/src/components/Settings.vue +++ b/src/components/Settings.vue @@ -1,6 +1,7 @@