Skip to content

Commit

Permalink
Update splash background to match theming (#3400)
Browse files Browse the repository at this point in the history
* Update splash background to match theming

* Add release notes
  • Loading branch information
jfdoming authored Sep 9, 2024
1 parent 95ed7aa commit d752389
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 81 deletions.
162 changes: 81 additions & 81 deletions packages/desktop-client/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,89 +1,89 @@
{
"name": "Actual",
"short_name": "Actual",
"description": "A local-first personal finance tool",
"icons": [
"name": "Actual",
"short_name": "Actual",
"description": "A local-first personal finance tool",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/maskable-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/maskable-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"shortcuts": [
{
"name": "Add Transaction",
"short_name": "Add Transaction",
"description": "Add a new transaction",
"url": "/transactions/new",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/maskable-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/maskable-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
"src": "/shortcut-transaction.svg",
"sizes": "150x150"
}
],
"shortcuts": [
]
},
{
"name": "Accounts",
"short_name": "Accounts",
"description": "View all accounts",
"url": "/accounts",
"icons": [
{
"name": "Add Transaction",
"short_name": "Add Transaction",
"description": "Add a new transaction",
"url": "/transactions/new",
"icons": [
{
"src": "/shortcut-transaction.svg",
"sizes": "150x150"
}
]
},
{
"name": "Accounts",
"short_name": "Accounts",
"description": "View all accounts",
"url": "/accounts",
"icons": [
{
"src": "/shortcut-accounts.svg",
"sizes": "150x150"
}
]
},
{
"name": "Reports",
"short_name": "Reports",
"description": "View reports",
"url": "/reports",
"icons": [
{
"src": "/shortcut-reports.svg",
"sizes": "150x150"
}
]
"src": "/shortcut-accounts.svg",
"sizes": "150x150"
}
],
"screenshots": [
{
"src": "/screenshot_wide.png",
"form_factor": "wide",
"label": "Actual Budget Homepage",
"type": "image/png",
"sizes": "1280x720"
},
]
},
{
"name": "Reports",
"short_name": "Reports",
"description": "View reports",
"url": "/reports",
"icons": [
{
"src": "/screenshot_narrow.png",
"form_factor": "narrow",
"label": "Actual Budget Mobile Homepage",
"type": "image/png",
"sizes": "350x600"
"src": "/shortcut-reports.svg",
"sizes": "150x150"
}
],
"theme_color": "#8812E1",
"background_color": "#ffffff",
"display": "standalone",
"start_url": "./"
]
}
],
"screenshots": [
{
"src": "/screenshot_wide.png",
"form_factor": "wide",
"label": "Actual Budget Homepage",
"type": "image/png",
"sizes": "1280x720"
},
{
"src": "/screenshot_narrow.png",
"form_factor": "narrow",
"label": "Actual Budget Mobile Homepage",
"type": "image/png",
"sizes": "350x600"
}
],
"theme_color": "#8812E1",
"background_color": "#8812E1",
"display": "standalone",
"start_url": "./"
}
6 changes: 6 additions & 0 deletions upcoming-release-notes/3400.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [jfdoming]
---

Update splash background to match theming

0 comments on commit d752389

Please sign in to comment.