mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
fix(pwa): add scope to webmanifests to allow installing an app per podcast
This commit is contained in:
parent
418a70b2a6
commit
74c683eb44
@ -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…
x
Reference in New Issue
Block a user