This commit is contained in:
Reudy 2026-09-26 19:13:02 +02:00
commit 0ad405c26e
78 changed files with 9127 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
static/icon-192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
static/icon-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
static/icon-maskable.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

9
static/icon.svg Normal file
View file

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<rect width="512" height="512" rx="112" fill="#7f6df2"/>
<g fill="#fff">
<rect x="196" y="72" width="120" height="160" rx="14"/>
<rect x="196" y="280" width="120" height="160" rx="14"/>
<rect x="352" y="280" width="92" height="160" rx="14" opacity=".55"/>
<rect x="68" y="72" width="92" height="160" rx="14" opacity=".55"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 421 B

View file

@ -0,0 +1,19 @@
{
"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"] } }
]
}