mirror of
https://github.com/a2nt/silverstripe-progressivewebapp.git
synced 2024-10-22 11:05:45 +02:00
IMPR: Offline enabled manifest.json option
This commit is contained in:
parent
dcab3837dc
commit
fc8718140b
@ -43,6 +43,7 @@ class ManifestController extends Controller
|
||||
'name' => $title,
|
||||
'short_name' => $title,
|
||||
'description' => $desc,
|
||||
'offline_enabled' => true,
|
||||
'start_url' => Director::baseURL(),
|
||||
'scope' => Director::baseURL(),
|
||||
'permissions' => [
|
||||
|
Loading…
Reference in New Issue
Block a user