pinafore/assets/manifest.json

16 lines
264 B
JSON
Raw Normal View History

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