Skip to content

Commit

Permalink
update manifest paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunwo committed Oct 6, 2024
1 parent 5453ff1 commit 603d17c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "Web listener",
"short_name": "WebPodcast",
"start_url": "/index.html",
"scope": "/listen-UI/",
"start_url": "/listen-UI/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#317EFB",
Expand All @@ -12,19 +13,19 @@
"type": "image/png"
},
{
"src": "/icons/imagepodcast-transp500.png",
"src": "icons/imagepodcast-transp500.png",
"sizes": "500x500",
"type": "image/png"
},
{
"src": "/icons/imagepodcast-transp500-maskable.png",
"src": "icons/imagepodcast-transp500.png",
"sizes": "500x500",
"type": "image/png",
"purpose": "maskable"
}
],
"share_target": {
"action": "/share-target/",
"action": "share-target/",
"method": "GET",
"params": {
"title": "title",
Expand Down

0 comments on commit 603d17c

Please sign in to comment.