Files
neon443.github.io/app.webmanifest
Nihaal Sharma 7b054569a7 added script.js and web manifest for pwa
also made div for top nav and added a css id for topbarTitle currnetly empty
2023-05-22 19:24:46 +01:00

17 lines
341 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
}