Skip to content

Commit

Permalink
Fix site.webmanifest to enable Actual to be installed as Chromium PWA (
Browse files Browse the repository at this point in the history
  • Loading branch information
subnut authored Jan 9, 2024
1 parent 97a4296 commit f6dd0ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/desktop-client/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "",
"short_name": "",
"name": "Actual",
"short_name": "Actual",
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand All @@ -15,5 +15,6 @@
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
"display": "standalone",
"start_url": "."
}
6 changes: 6 additions & 0 deletions upcoming-release-notes/2202.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [subnut]
---

Fix site.webmanifest to make Actual installable as a Chromium PWA

0 comments on commit f6dd0ec

Please sign in to comment.