mirror of
https://github.com/viliusle/miniPaint.git
synced 2026-02-06 14:11:50 +00:00
42 lines
805 B
JSON
42 lines
805 B
JSON
{
|
|
"name": "miniPaint",
|
|
"short_name": "miniPaint",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"orientation": "landscape",
|
|
"background_color": "#666d6f",
|
|
"description": "miniPaint is free online image editor using HTML5.",
|
|
"icons": [
|
|
{
|
|
"src": "images/manifest/48x48.png",
|
|
"sizes": "48x48",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/manifest/72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/manifest/96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/manifest/144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/manifest/168x168.png",
|
|
"sizes": "168x168",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/manifest/192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|