From 768a701a2cdac693fc2211ef7696b305ae421d0e Mon Sep 17 00:00:00 2001 From: Nero Ignis Date: Thu, 3 Sep 2020 23:14:02 +0200 Subject: [PATCH] Add manifest & metadata; --- index.htm | 12 +++++++++--- manifest.json | 16 ++++++++++++++++ 2 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 manifest.json diff --git a/index.htm b/index.htm index e02fbcb..d81fbbc 100644 --- a/index.htm +++ b/index.htm @@ -1,9 +1,15 @@ - - + + + + + + + + + BlackJack â™  diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..824e677 --- /dev/null +++ b/manifest.json @@ -0,0 +1,16 @@ +{ + "short_name": "Blackjack", + "name": "Blackjack", + "icons": [ + { + "src": "/img/heartsa.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": "/blackjack/", + "background_color": "#349940", + "display": "standalone", + "scope": "/blackjack/", + "theme_color": "#349940" +} \ No newline at end of file