diff --git a/.vscode/launch.json b/.vscode/launch.json index cfcb2d8..659a786 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ { "type": "pwa-msedge", "request": "launch", - "name": "Launch Edge against localhost", + "name": "Launch Web-App", "url": "file:///${workspaceFolder}/index.html", "webRoot": "${workspaceFolder}" } diff --git a/index.html b/index.html index e1faae4..ba96b23 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,7 @@ + diff --git a/main.css b/main.css index fe99010..0c4e496 100644 --- a/main.css +++ b/main.css @@ -138,7 +138,7 @@ html { font-family: "Helvetica"; src: url('Helvetica.ttf') format('truetype'),; font-style: normal; - background-color: rgb(49, 107, 223); + background-color: #316bdf; color: white; animation-name: animatedbackground; animation-duration: 50s; diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..e9ae3d4 --- /dev/null +++ b/manifest.json @@ -0,0 +1,7 @@ +{ + "name": "MORBLOX", + "lang": "en-US", + "start_url": "index.html", + "display": "standalone", + "version": "1.0.0" +} \ No newline at end of file