This repository was archived by the owner on Feb 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ fields:
1515 config :
1616 container : favicons
1717 restrict : true
18- localizable : false
18+ localizable : true
1919 display : ' Favicon SVG'
2020 instructions : ' The full color SVG favicon for [modern browsers](https://caniuse.com/link-icon-svg).'
2121 instructions_position : below
@@ -35,6 +35,7 @@ fields:
3535 display : Background
3636 type : color
3737 icon : color
38+ localizable : true
3839 default : ' #ffffff'
3940 listable : hidden
4041 instructions : ' The PWA-icons will use the full color SVG with this color as a background.'
Original file line number Diff line number Diff line change 66 config :
77 container : favicons
88 restrict : true
9- localizable : false
9+ localizable : true
1010 display : ' Safari icon'
1111 instructions : ' A 32x32 PNG image used for Safari. Will be focal cropped to this dimension and 16x16.'
1212 instructions_position : below
@@ -21,7 +21,7 @@ fields:
2121 config :
2222 container : favicons
2323 restrict : true
24- localizable : false
24+ localizable : true
2525 display : ' Override 180x180'
2626 instructions : ' A 180x180 PNG image override icon for PWA'' s. Will be focal cropped to this dimension.'
2727 instructions_position : below
@@ -34,7 +34,7 @@ fields:
3434 config :
3535 container : favicons
3636 restrict : true
37- localizable : false
37+ localizable : true
3838 display : ' Android Chrome icon'
3939 instructions : ' A 512x512 PNG image override icon for PWA'' s. Will be focal cropped to this dimension.'
4040 instructions_position : below
You can’t perform that action at this time.
0 commit comments