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