mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
also made div for top nav and added a css id for topbarTitle currnetly empty
17 lines
341 B
JSON
17 lines
341 B
JSON
{
|
||
"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"
|
||
}
|