Files
sendstr-web/public/manifest.json

23 lines
630 B
JSON

{
"short_name": "Sendstr",
"name": "Sendstr: secure clipboard sharing",
"icons": [
{
"src": "/android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#4D6A51",
"display": "standalone",
"scope": "/",
"theme_color": "#3C3744",
"description": "Sendstr is an open source end-to-end encrypted bi-directional clipboard app built on top of Nostr. No login needed, new throwaway encryption keys are generated on page load."
}