Skip to content
Snippets Groups Projects
Commit 74c683eb authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix(pwa): add scope to webmanifests to allow installing an app per podcast

parent 418a70b2
No related branches found
No related tags found
No related merge requests found
......@@ -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'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment