pinafore/assets/manifest.json

16 lines
264 B
JSON
Raw Normal View History

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