Homepage/manifest.json

16 lines
385 B
JSON
Executable File

{
"name": "RedXen Community",
"short_name": "RX Community",
"start_url": ".",
"display": "standalone",
"orientation": "portrait-primary",
"theme_color": "red",
"background_color": "#e11",
"description": "The Community that empowers gamers!",
"icons": [{
"src": "res/logo2.png",
"sizes": "321x300",
"type": "image/png"
}]
}