added some streamline whitelabel stuff

This commit is contained in:
Carter 2025-06-12 15:52:01 -06:00
parent fc5ce33445
commit d684f6c39a
10 changed files with 45 additions and 5 deletions

View file

@ -0,0 +1,37 @@
{
"name": "Streamline",
"short_name": "Streamline",
"icons": [
{
"src": "favicon.ico",
"sizes": "48x48",
"type": "image/x-icon"
},
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "maskable_icon.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "any maskable"
}
],
"start_url": "/",
"theme_color": "#272727",
"background_color": "#303030",
"display": "standalone",
"orientation": "any"
}