mirror of
https://github.com/RobinLinus/snapdrop.git
synced 2025-05-18 08:30:09 -07:00
Update manifest.json
This commit is contained in:
parent
a8015db7a7
commit
9c4cd08ec0
@ -1,23 +1,28 @@
|
|||||||
{
|
{
|
||||||
"name": "Snapdrop",
|
"name": "Snapdrop",
|
||||||
"short_name": "Snapdrop",
|
"short_name": "Snapdrop",
|
||||||
"icons": [{
|
"icons": [
|
||||||
|
{
|
||||||
"src": "images/favicon-96x96.png",
|
"src": "images/favicon-96x96.png",
|
||||||
"sizes": "96x96",
|
"sizes": "96x96",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},{
|
},
|
||||||
|
{
|
||||||
"src": "images/apple-touch-icon.png",
|
"src": "images/apple-touch-icon.png",
|
||||||
"sizes": "152x152",
|
"sizes": "152x152",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},{
|
},
|
||||||
|
{
|
||||||
"src": "images/mstile-150x150.png",
|
"src": "images/mstile-150x150.png",
|
||||||
"sizes": "144x144",
|
"sizes": "144x144",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},{
|
},
|
||||||
|
{
|
||||||
"src": "images/android-chrome-192x192.png",
|
"src": "images/android-chrome-192x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},{
|
},
|
||||||
|
{
|
||||||
"src": "images/logo_transparent_512x512.png",
|
"src": "images/logo_transparent_512x512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
@ -26,12 +31,21 @@
|
|||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"display": "minimal-ui",
|
"display": "minimal-ui",
|
||||||
"theme_color": "#3367d6",
|
"theme_color": "#3367d6",
|
||||||
"share_target": {
|
"share_target":
|
||||||
|
{
|
||||||
"action": "/?share_target",
|
"action": "/?share_target",
|
||||||
"params": {
|
"method": "POST",
|
||||||
|
"enctype": "multipart/form-data",
|
||||||
|
"params":
|
||||||
|
{
|
||||||
"title": "title",
|
"title": "title",
|
||||||
"text": "text",
|
"text": "text",
|
||||||
"url": "url"
|
"url": "url",
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "file",
|
||||||
|
"accept": ["*/*"]
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user