This PR addresses 2 of 3 tasks from #93. - [x] It should be possible to download SIGit as a PWA on a device homescreen. - [x] This app should self-update Co-authored-by: theborakompanioni <theborakompanioni+github@gmail.com> Co-authored-by: b <b@4j.cx> Reviewed-on: #324 Reviewed-by: enes <enes@noreply.git.nostrdev.com> Co-authored-by: tbk <theborakompanioni+nostrdev@gmail.com> Co-committed-by: tbk <theborakompanioni+nostrdev@gmail.com>
59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"short_name": "SIGit",
|
|
"name": "SIGit",
|
|
"description": "A decentralised document signing tool",
|
|
"icons": [
|
|
{
|
|
"src": "favicon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon-256x256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon-128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon-72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon-64x64.png",
|
|
"sizes": "64x64",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"display_override": ["minimal-ui", "standalone"],
|
|
"display": "minimal-ui",
|
|
"orientation": "any",
|
|
"theme_color": "#7d54a3",
|
|
"background_color": "#ffffff"
|
|
}
|