Skip to content
Snippets Groups Projects
Unverified Commit f6dd0ecd authored by Subhaditya Nath's avatar Subhaditya Nath Committed by GitHub
Browse files

Fix site.webmanifest to enable Actual to be installed as Chromium PWA (#2202)

parent 97a4296d
No related branches found
No related tags found
No related merge requests found
{
"name": "",
"short_name": "",
"name": "Actual",
"short_name": "Actual",
"icons": [
{
"src": "/android-chrome-192x192.png",
......@@ -15,5 +15,6 @@
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
"display": "standalone",
"start_url": "."
}
---
category: Enhancements
authors: [subnut]
---
Fix site.webmanifest to make Actual installable as a Chromium PWA
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment