webtoaudio / manifest.json
Brunwo
fixed api call , trying share pwa function
d09fd1e
raw
history blame
833 Bytes
{
"name": "MP3 Player PWA",
"short_name": "MP3PWA",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#317EFB",
"icons": [
{
"src": "icons/imagepodcast.png",
"sizes": "1024x1024",
"type": "image/png"
},
{
"src": "/icons/imagepodcast-transp500.png",
"sizes": "500x500",
"type": "image/png"
},
{
"src": "/icons/imagepodcast-transp500-maskable.png",
"sizes": "500x500",
"type": "image/png",
"purpose": "maskable"
}
],
"share_target": {
"action": "/shared-content-receiver/",
"method": "GET",
"params": {
"title": "name",
"text": "description",
"url": "link"
}
}
}