masto-fe-standalone/public/manifest.json
Laura Hausmann 923b7a73a2
attempt 1
2023-10-09 18:09:18 +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"
}