mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-07 15:55:00 +00:00
Fix frontend webmanifest so installing a PWA isn't broken (#1450)
* Add `"start_url"` and `"id"` to manifest * Change background color and add screenshot * Remove screenshot again
This commit is contained in:
parent
605c0de392
commit
1f2dfcf372
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"name": "Graphite",
|
||||
"short_name": "Graphite",
|
||||
"start_url": "/",
|
||||
"id": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "./android-chrome-192x192.png",
|
||||
|
@ -14,6 +16,6 @@
|
|||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"background_color": "#222222",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue