mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-03 23:09:18 +02:00
fix(pwa): add scope to webmanifests to allow installing an app per podcast
This commit is contained in:
parent
418a70b2a6
commit
74c683eb44
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ class WebmanifestController extends Controller
|
|||
'description' => $podcast->description,
|
||||
'lang' => $podcast->language_code,
|
||||
'start_url' => $podcast->link,
|
||||
'scope' => '/@' . $podcast->handle,
|
||||
'display' => 'standalone',
|
||||
'orientation' => 'portrait',
|
||||
'theme_color' => self::THEME_COLORS[service('settings')->get('App.theme')]['theme'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue