PairDrop/client/manifest.json

27 lines
646 B
JSON
Raw Normal View History

2015-12-18 16:50:36 +01:00
{
2015-12-26 13:33:16 +01:00
"name": "Snapdrop",
"short_name": "Snapdrop",
"icons": [{
2018-09-21 16:05:03 +02:00
"src": "images/android-chrome-192x192.png",
2015-12-18 16:50:36 +01:00
"sizes": "192x192",
2020-12-21 03:09:32 +01:00
"type": "image/png",
"purpose": "any maskable"
2019-03-13 01:21:44 +01:00
},{
2020-12-21 03:09:32 +01:00
"src": "images/favicon-96x96.png",
"sizes": "96x96",
2015-12-18 16:50:36 +01:00
"type": "image/png"
}],
"background_color": "#efefef",
2018-09-21 16:05:03 +02:00
"start_url": "/",
"display": "minimal-ui",
2019-03-13 01:48:53 +01:00
"theme_color": "#3367d6",
"share_target": {
2020-12-21 03:09:32 +01:00
"method":"GET",
2019-03-13 01:54:42 +01:00
"action": "/?share_target",
2019-03-13 01:48:53 +01:00
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
2019-03-13 01:21:44 +01:00
}