PairDrop/public/manifest.json

42 lines
1 KiB
JSON
Raw Normal View History

2015-12-18 16:50:36 +01:00
{
"name": "Pairdrop",
"short_name": "Pairdrop",
"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",
2021-01-02 12:17:52 +01:00
"type": "image/png"
},{
"src": "images/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},{
"src": "images/android-chrome-192x192-maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},{
"src": "images/android-chrome-512x512-maskable.png",
"sizes": "512x512",
2020-12-21 03:09:32 +01:00
"type": "image/png",
2021-01-02 12:17:52 +01:00
"purpose": "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": "/",
"scope": "/",
"display": "standalone",
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"
}
}
}