masto-fe-standalone/public/manifest.json
2023-10-12 20:13:42 +02:00

12 lines
273 B
JSON

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