19 lines
651 B
JSON
19 lines
651 B
JSON
{
|
|
"name": "Papure",
|
|
"short_name": "Papure",
|
|
"description": "Lecture notes: markdown and ink on a tree of PDF pages.",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#1e1e1e",
|
|
"theme_color": "#1e1e1e",
|
|
"icons": [
|
|
{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" },
|
|
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
|
|
{ "src": "/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
|
|
],
|
|
"file_handlers": [
|
|
{ "action": "/", "accept": { "application/pdf": [".pdf"] } }
|
|
]
|
|
}
|