Files
tuxmate-abusoww/public/manifest.json

24 lines
628 B
JSON

{
"name": "TuxMate",
"short_name": "TuxMate",
"description": "Linux bulk app installer - select your apps, get your install script",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0a",
"theme_color": "#8B5CF6",
"orientation": "any",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}