41 lines
746 B
JSON
41 lines
746 B
JSON
{
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#4169e1",
|
|
"name": "Pinafore for Mastodon",
|
|
"short_name": "Pinafore",
|
|
"display": "minimal-ui",
|
|
"start_url": "/",
|
|
"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"
|
|
}
|
|
]
|
|
}
|