notes/manifest.json

36 lines
530 B
JSON
Raw Normal View History

2023-06-19 13:02:41 +02:00
{
2023-07-18 10:29:05 +02:00
"share_target":
{
2024-01-24 11:07:39 +01:00
"action": "/",
2023-07-18 10:29:05 +02:00
"params":
{
"title": "name",
"text": "description",
"url": "link"
2023-09-01 10:09:32 +02:00
},
"method": "GET",
"enctype": "application/x-www-form-urlencoded"
2023-07-18 10:29:05 +02:00
},
2023-06-19 13:02:41 +02:00
"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"
}
]
2023-07-18 10:29:05 +02:00
}