Update (pwa config)
This commit is contained in:
@@ -9,43 +9,39 @@
|
|||||||
'background_color' => '#ffffff',
|
'background_color' => '#ffffff',
|
||||||
'theme_color' => '#000000',
|
'theme_color' => '#000000',
|
||||||
'display' => 'standalone',
|
'display' => 'standalone',
|
||||||
'orientation' => 'any',
|
'orientation' => 'portrait',
|
||||||
'status_bar' => 'black',
|
'status_bar' => 'black',
|
||||||
'icons' => [
|
'icons' => [
|
||||||
'48x48' => [
|
'57x57' => [
|
||||||
'path' => '/pwa/icon-48x48.png',
|
'path' => '/pwa/apple-touch-icon-57x57.png',
|
||||||
'purpose' => 'any',
|
'purpose' => 'any',
|
||||||
],
|
],
|
||||||
'72x72' => [
|
'72x72' => [
|
||||||
'path' => '/pwa/icon-72x72.png',
|
'path' => '/pwa/apple-touch-icon-72x72.png',
|
||||||
'purpose' => 'any',
|
'purpose' => 'any',
|
||||||
],
|
],
|
||||||
'96x96' => [
|
'76x76' => [
|
||||||
'path' => '/pwa/icon-96x96.png',
|
'path' => '/pwa/apple-touch-icon-76x76.png',
|
||||||
'purpose' => 'any',
|
'purpose' => 'any',
|
||||||
],
|
],
|
||||||
'128x128' => [
|
'114x114' => [
|
||||||
'path' => '/pwa/icon-128x128.png',
|
'path' => '/pwa/apple-touch-icon-114x114.png',
|
||||||
|
'purpose' => 'any',
|
||||||
|
],
|
||||||
|
'120x120' => [
|
||||||
|
'path' => '/pwa/apple-touch-icon-120x120.png',
|
||||||
'purpose' => 'any',
|
'purpose' => 'any',
|
||||||
],
|
],
|
||||||
'144x144' => [
|
'144x144' => [
|
||||||
'path' => '/pwa/icon-144x144.png',
|
'path' => '/pwa/apple-touch-icon-144x144.png',
|
||||||
'purpose' => 'any',
|
'purpose' => 'any',
|
||||||
],
|
],
|
||||||
'152x152' => [
|
'152x152' => [
|
||||||
'path' => '/pwa/icon-152x152.png',
|
'path' => '/pwa/apple-touch-icon-152x152.png',
|
||||||
'purpose' => 'any',
|
'purpose' => 'any',
|
||||||
],
|
],
|
||||||
'192x192' => [
|
'180x180' => [
|
||||||
'path' => '/pwa/icon-192x192.png',
|
'path' => '/pwa/apple-touch-icon-180x180.png',
|
||||||
'purpose' => 'any',
|
|
||||||
],
|
|
||||||
'384x384' => [
|
|
||||||
'path' => '/pwa/icon-384x384.png',
|
|
||||||
'purpose' => 'any',
|
|
||||||
],
|
|
||||||
'512x512' => [
|
|
||||||
'path' => '/pwa/icon-512x512.png',
|
|
||||||
'purpose' => 'any',
|
'purpose' => 'any',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user