Skip to content

Commit

Permalink
Update install.json
Browse files Browse the repository at this point in the history
  • Loading branch information
inventionpro authored Jun 20, 2024
1 parent e2dea0a commit ca36d06
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions install.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "Fsh ToDo",
"short_name": "Fsh ToDo",
"scope": "/",
"start_url": "/",
"display": "standalone",
"display_override": ["minimal-ui"],
"theme_color": "#333333",
"background_color": "#181818",
"description": "Fsh todo - A simple todo web app",
"icons": [
{
"src": "https://fsh.plus/fsh.png",
"sizes": "256x256",
"type": "image/png"
"type": "image/png",
"sizes": "256x256"
},
{
"src": "https://fsh.plus/fsh-512.png",
Expand All @@ -20,10 +25,5 @@
"type": "image/png",
"purpose": "maskable"
}
],
"related_applications": [
{
"platform": "web"
}
]
}

0 comments on commit ca36d06

Please sign in to comment.