cl-deck-builder2/static/manifest.json
2024-01-21 02:35:35 -05:00

38 lines
826 B
JSON

{
"name": "phntsm.ddns",
"short_name": "Gaming Console",
"description": "Gaming Project Dashboard",
"background_color": "#ffffff",
"theme_color": "#ffffff",
"dir": "ltr",
"lang": "en",
"display": "standalone",
"orientation": "any",
"scope": "/",
"start_url": "http://phntsm.ddns.net/",
"categories": [
"business",
"games",
"utilities"
],
"icons": [
{
"src": "/img/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/img/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"shortcuts": [
{
"name": "Home",
"url": "/",
"description": "Home"
}
]
}