Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
malisipi committed Feb 2, 2022
1 parent 1bd7651 commit 549b6e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"name": "Ubuntu",
"icons": [
{
"src": "/assets/Vector.svg",
"src": "./assets/Vector.svg",
"type": "image/svg+xml",
"sizes": "512x512"
},
{
"src": "/assets/192.png",
"src": "./assets/192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/assets/512.png",
"src": "./assets/512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/?pwa=true",
"start_url": "./?pwa=true",
"background_color": "#550055",
"display": "fullscreen",
"scope": "/",
"scope": "./",
"theme_color": "#550055",
"shortcuts": [],
"description": "Ubuntu",
Expand Down

0 comments on commit 549b6e8

Please sign in to comment.