23 lines
463 B
JSON
23 lines
463 B
JSON
{
|
|
"name": "Notes",
|
|
"short_name": "Notes",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"description": "Your stack of digital sticky notes privately stored only on your device.",
|
|
"display": "standalone",
|
|
"theme_color": "#18232c",
|
|
"background_color": "#18232c",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|