2018-01-06 15:51:25 -08:00
|
|
|
{
|
2018-01-14 14:29:32 -08:00
|
|
|
"background_color": "#ffffff",
|
|
|
|
"theme_color": "#4169e1",
|
|
|
|
"name": "Pinafore for Mastodon",
|
|
|
|
"short_name": "Pinafore",
|
2018-05-03 21:24:18 -07:00
|
|
|
"description": "Alternative web client for Mastodon, focused on speed and simplicity.",
|
2018-03-22 20:35:09 -07:00
|
|
|
"display": "standalone",
|
2018-03-22 17:35:50 -07:00
|
|
|
"start_url": "/?pwa=true",
|
2018-01-14 14:29:32 -08:00
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "icon-48.png",
|
|
|
|
"sizes": "48x48",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-72.png",
|
|
|
|
"sizes": "72x72",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-96.png",
|
|
|
|
"sizes": "96x96",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-144.png",
|
|
|
|
"sizes": "144x144",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
2018-03-22 20:43:16 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-44.png",
|
|
|
|
"sizes": "44x44",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-50.png",
|
|
|
|
"sizes": "50x50",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-150.png",
|
|
|
|
"sizes": "150x150",
|
|
|
|
"type": "image/png"
|
2018-01-14 14:29:32 -08:00
|
|
|
}
|
|
|
|
]
|
2018-01-06 15:51:25 -08:00
|
|
|
}
|