Pinafore-Web-Client-Frontend/assets/manifest.json

16 lines
264 B
JSON
Raw Normal View History

2018-01-07 00:51:25 +01:00
{
"background_color": "#ffffff",
2018-01-08 00:11:17 +01:00
"theme_color": "#4169e1",
"name": "Pinafore for Mastodon",
"short_name": "Pinafore",
2018-01-07 00:51:25 +01:00
"display": "minimal-ui",
"start_url": "/",
"icons": [
{
2018-01-08 01:00:42 +01:00
"src": "icon-192.png",
2018-01-07 00:51:25 +01:00
"sizes": "192x192",
"type": "image/png"
}
]
}