Skip to content
Snippets Groups Projects
Unverified Commit d7523897 authored by Julian Dominguez-Schatz's avatar Julian Dominguez-Schatz Committed by GitHub
Browse files

Update splash background to match theming (#3400)

* Update splash background to match theming

* Add release notes
parent 95ed7aaf
No related branches found
No related tags found
No related merge requests found
{ {
"name": "Actual", "name": "Actual",
"short_name": "Actual", "short_name": "Actual",
"description": "A local-first personal finance tool", "description": "A local-first personal finance tool",
"icons": [ "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", "src": "/shortcut-transaction.svg",
"sizes": "192x192", "sizes": "150x150"
"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": "Accounts",
"short_name": "Accounts",
"description": "View all accounts",
"url": "/accounts",
"icons": [
{ {
"name": "Add Transaction", "src": "/shortcut-accounts.svg",
"short_name": "Add Transaction", "sizes": "150x150"
"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"
}
]
} }
], ]
"screenshots": [ },
{ {
"src": "/screenshot_wide.png", "name": "Reports",
"form_factor": "wide", "short_name": "Reports",
"label": "Actual Budget Homepage", "description": "View reports",
"type": "image/png", "url": "/reports",
"sizes": "1280x720" "icons": [
},
{ {
"src": "/screenshot_narrow.png", "src": "/shortcut-reports.svg",
"form_factor": "narrow", "sizes": "150x150"
"label": "Actual Budget Mobile Homepage",
"type": "image/png",
"sizes": "350x600"
} }
], ]
"theme_color": "#8812E1", }
"background_color": "#ffffff", ],
"display": "standalone", "screenshots": [
"start_url": "./" {
"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": "./"
} }
---
category: Enhancements
authors: [jfdoming]
---
Update splash background to match theming
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