egirlskey/packages/backend/src/server/web/manifest.json

39 lines
718 B
JSON
Raw Normal View History

2017-11-18 13:39:09 +00:00
{
"short_name": "Sharkey",
"name": "Sharkey",
2017-11-18 13:39:09 +00:00
"start_url": "/",
2021-10-21 11:12:24 +00:00
"display": "standalone",
2018-04-02 06:22:32 +00:00
"background_color": "#313a42",
"theme_color": "#86b300",
2018-06-16 10:45:49 +00:00
"icons": [
{
2021-03-06 04:23:59 +00:00
"src": "/static-assets/icons/192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
2018-06-16 10:45:49 +00:00
},
{
2021-03-06 04:23:59 +00:00
"src": "/static-assets/icons/512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/static-assets/splash.png",
"sizes": "300x300",
"type": "image/png",
"purpose": "any"
2018-06-16 10:45:49 +00:00
}
],
"share_target": {
"action": "/share/",
"method": "GET",
"enctype": "application/x-www-form-urlencoded",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
2018-04-02 06:22:32 +00:00
}
2017-11-18 13:39:09 +00:00
}