mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-06 03:04:40 +02:00
Fixed icon pathes in manifest files.
This commit is contained in:
parent
13742a9809
commit
8f288a9328
2 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,11 @@
|
|||
"theme_color": "#ffffff",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/android-chrome-192x192.png",
|
||||
"src": "/icon/android-chrome-192x192.png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "/icons/android-chrome-384x384.png",
|
||||
"src": "/icon/android-chrome-384x384.png",
|
||||
"sizes": "384x384"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue