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
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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'],