masto-fe-standalone/public/manifest.json

13 lines
273 B
JSON
Raw Normal View History

2023-10-12 18:13:42 +00:00
{
"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"
}