mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
808 B
41 lines
808 B
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
|