Skip to content

Commit

Permalink
rm screenshots in m.webmanifest
Browse files Browse the repository at this point in the history
also attempt to fix icon src
  • Loading branch information
Rudxain authored Mar 7, 2024
1 parent 1fdccfc commit 3bf89e8
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions src/m.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,12 @@
"lang": "en",
"icons": [
{
"src": "/res/icon.svg",
"src": "../res/icon.svg",
"sizes": "any",
"type": "image/svg+xml"
}
],
"background_color": "#000",
"theme_color": "#0f0",
"display": "fullscreen",
"screenshots": [
{
"src": "/res/demo.png",
"type": "image/png",
"sizes": "1366x768",
"platform": "wide"
}
]
}
"display": "fullscreen"
}

0 comments on commit 3bf89e8

Please sign in to comment.