masto-fe-standalone/public/manifest.json
2024-12-19 14:28:35 +01:00

12 lines
281 B
JSON

{
"background_color": "#191b22",
"categories": ["social"],
"description": "Masto-FE (🦥 flavour)",
"display": "standalone",
"name": "Masto-FE (🦥 flavour)",
"serviceworker": {
"src": "/sw.js"
},
"start_url": "/getting-started",
"theme_color": "#282c37"
}