mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:20:24 -05:00
* update manifest * note * note * typo * theme color * add maskable icons * fix icon color
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"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"
|
|
}
|
|
],
|
|
"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": "#ffffff",
|
|
"display": "standalone",
|
|
"start_url": "./"
|
|
}
|