notes/manifest.json

34 lines
470 B
JSON

{
"share_target":
{
"action": "index.html",
"params":
{
"title": "name",
"text": "description",
"url": "link"
}
},
"name": "notes",
"start_url": ".",
"display": "standalone",
"icons": [
{
"src": "favicon.ico",
"type": "image/vnd.microsoft.icon",
"sizes": "48x48"
},
{
"src": "notes192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "notes512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}