added script.js and web manifest for pwa

also made div for top nav and added a css id for topbarTitle currnetly empty
This commit is contained in:
2023-05-22 19:24:46 +01:00
parent 5c832e822a
commit 7b054569a7
4 changed files with 25 additions and 4 deletions

16
app.webmanifest Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "neon443 Progressive Web App",
"short_name": "neon443",
"description": ".",
"icons": [
{
"src": "./images/app-icon.png",
"sizes": "512×512",
"type": "image/png"
}
],
"start_url": "https://neon443.github.io/",
"display": "fullscreen",
"theme_color": "#000",
"background_color": "#000"
}