mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 15:16:18 +00:00
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:
16
app.webmanifest
Normal file
16
app.webmanifest
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user