Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Dec 3, 2024
1 parent d881b5f commit cbbac55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
18 changes: 6 additions & 12 deletions pkg/app/gen/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,22 @@
"name": "{{.Name}}",
"description": "{{.Description}}",
"icons": [
{{if .MaskableIcon}}
{
{{if .MaskableIcon}}{
"src": "{{.MaskableIcon}}",
"type": "image/png",
"purpose": "maskable",
"sizes": "512x512"
},
{{end}}
{{if .SVGIcon}}
{
},{{end}}
{{if .SVGIcon}}{
"src": "{{.SVGIcon}}",
"type": "image/svg+xml",
"sizes": "any"
},
{{end}}
{{if .LargeIcon}}
{
},{{end}}
{{if .LargeIcon}}{
"src": "{{.LargeIcon}}",
"type": "image/png",
"sizes": "512x512"
},
{{end}}
},{{end}}
{
"src": "{{.DefaultIcon}}",
"type": "image/png",
Expand Down
2 changes: 1 addition & 1 deletion pkg/app/scripts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cbbac55

Please sign in to comment.