pwa: add manifest and related app icons
That nostr.ch has a pretty app icon when adding to home screen.pull/41/head
parent
343413355f
commit
b86cf6f687
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="331.088" height="331.088" viewBox="0 0 87.6 87.6">
|
||||||
|
<circle cx="90.953" cy="119.632" r="37.72" style="fill:none;fill-opacity:1;stroke:#f0f;stroke-width:12.16;stroke-dasharray:none;stroke-opacity:1" transform="translate(-47.152 -75.832)"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 294 B |
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
|
||||||
|
"background_color": "#191919",
|
||||||
|
"categories": ["news", "social"],
|
||||||
|
"description": "a nostr news client to connect with the world.",
|
||||||
|
"display": "fullscreen",
|
||||||
|
"name": "nostr",
|
||||||
|
"short_name": "nostr",
|
||||||
|
"start_url": "https://nostr.ch/",
|
||||||
|
"icons": [{
|
||||||
|
"src": "assets/nostr-favicon.png",
|
||||||
|
"sizes": "256x256",
|
||||||
|
"type": "image/png"
|
||||||
|
}, {
|
||||||
|
"src": "favicon.ico",
|
||||||
|
"sizes": "32x32"
|
||||||
|
}, {
|
||||||
|
"src": "assets/nostr-favicon.svg",
|
||||||
|
"sizes": "any"
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue