2018-01-07 00:51:25 +01:00
|
|
|
{
|
2018-01-14 23:29:32 +01:00
|
|
|
"background_color": "#ffffff",
|
|
|
|
"theme_color": "#4169e1",
|
2021-04-12 04:40:24 +02:00
|
|
|
"name": "{intl.longAppName}",
|
|
|
|
"short_name": "{intl.appName}",
|
|
|
|
"description": "{intl.appDescription}",
|
2021-03-14 21:39:11 +01:00
|
|
|
"categories": [
|
|
|
|
"social"
|
|
|
|
],
|
2018-03-23 04:35:09 +01:00
|
|
|
"display": "standalone",
|
2018-03-23 01:35:50 +01:00
|
|
|
"start_url": "/?pwa=true",
|
2019-02-14 03:38:44 +01:00
|
|
|
"share_target": {
|
|
|
|
"action": "/share",
|
2021-03-14 18:20:23 +01:00
|
|
|
"method": "POST",
|
|
|
|
"enctype": "multipart/form-data",
|
2019-02-14 03:38:44 +01:00
|
|
|
"params": {
|
|
|
|
"title": "title",
|
|
|
|
"text": "text",
|
2021-03-14 18:20:23 +01:00
|
|
|
"url": "url",
|
|
|
|
"files": [
|
|
|
|
{
|
|
|
|
"name": "file",
|
|
|
|
"accept": [
|
|
|
|
"audio/*",
|
|
|
|
"image/*",
|
|
|
|
"video/*"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2019-02-14 03:38:44 +01:00
|
|
|
}
|
|
|
|
},
|
2018-01-14 23:29:32 +01:00
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "icon-48.png",
|
|
|
|
"sizes": "48x48",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-72.png",
|
|
|
|
"sizes": "72x72",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-96.png",
|
|
|
|
"sizes": "96x96",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-144.png",
|
|
|
|
"sizes": "144x144",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
2018-03-23 04:43:16 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-44.png",
|
|
|
|
"sizes": "44x44",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-50.png",
|
|
|
|
"sizes": "50x50",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-150.png",
|
|
|
|
"sizes": "150x150",
|
|
|
|
"type": "image/png"
|
2020-09-01 02:07:15 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-48-maskable.png",
|
|
|
|
"sizes": "48x48",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-72-maskable.png",
|
|
|
|
"sizes": "72x72",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-96-maskable.png",
|
|
|
|
"sizes": "96x96",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-144-maskable.png",
|
|
|
|
"sizes": "144x144",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-192-maskable.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon-512-maskable.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
2018-01-14 23:29:32 +01:00
|
|
|
}
|
2021-03-14 21:39:11 +01:00
|
|
|
],
|
2021-03-21 21:49:59 +01:00
|
|
|
"shortcuts": [
|
|
|
|
{
|
2021-04-12 04:40:24 +02:00
|
|
|
"name": "{intl.newStatus}",
|
2021-03-21 21:49:59 +01:00
|
|
|
"url": "/?pwa=true&compose=true",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "/icon-shortcut-fa-pencil.png",
|
|
|
|
"sizes": "192x192"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2021-04-12 04:40:24 +02:00
|
|
|
"name": "{intl.notifications}",
|
2021-03-21 21:49:59 +01:00
|
|
|
"url": "/notifications?pwa=true",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "/icon-shortcut-fa-bell.png",
|
|
|
|
"sizes": "192x192"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2021-03-14 21:39:11 +01:00
|
|
|
"screenshots": [
|
|
|
|
{
|
|
|
|
"src": "screenshot-540-720-1.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "540x720"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "screenshot-540-720-2.png",
|
|
|
|
"type": "image/jpeg",
|
|
|
|
"sizes": "540x720"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "screenshot-540-720-3.png",
|
|
|
|
"type": "image/jpeg",
|
|
|
|
"sizes": "540x720"
|
|
|
|
}
|
2018-01-14 23:29:32 +01:00
|
|
|
]
|
2018-01-07 00:51:25 +01:00
|
|
|
}
|