mirror of
https://github.com/we-promise/sure
synced 2026-04-25 17:15:07 +02:00
* First cut of smallest rebrand, pending icons * Leave SQL schema tokens/user names the same for now * First batch of logos * Release notes/what's new * /releases missing * redirect_uri for sureapp:// * Padded logo * Test the correct /releases URL * Missed a few mobile URIs * Some icons/asssets from /website/ repo * Seed/sample data user @sure.local now * New screenshot * Want to keep their legal "boilerplate" from the upstream repo
25 lines
518 B
Plaintext
25 lines
518 B
Plaintext
{
|
|
"name": "Sure",
|
|
"short_name": "Sure",
|
|
"icons": [
|
|
{
|
|
"src": "/logo-pwa.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "/logo-pwa.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"display_override": ["fullscreen", "minimal-ui"],
|
|
"scope": "/",
|
|
"description": "Sure is your personal finance assistant.",
|
|
"theme_color": "#F9F9F9",
|
|
"background_color": "#F9F9F9"
|
|
}
|