mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 15:16:18 +00:00
17 lines
322 B
JSON
17 lines
322 B
JSON
{
|
|
"name": "neon443 PWA",
|
|
"short_name": "neon443",
|
|
"description": ".",
|
|
"icons": [
|
|
{
|
|
"src": "./images/icon.png",
|
|
"sizes": "1024x1024",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"start_url": "https://neon443.github.io/",
|
|
"display": "fullscreen",
|
|
"theme_color": "#000",
|
|
"background_color": "#000"
|
|
}
|