Forgotten License file, Logo, PWA, Slightly Improve Accessibility

This commit is contained in:
2025-09-08 18:38:02 +07:00
parent 1f7e1825ba
commit c1afb7e9e8
15 changed files with 910 additions and 13 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

+31
View File
@@ -0,0 +1,31 @@
{
"name": "litewriter",
"description": "A Markdown editor with a powerful exporter.",
"start_url": "/",
"display": "standalone",
"prefer_related_applications": false,
"icons": [
{
"src": "/icons/litewriter_logo_192x192.png",
"sizes": "192x192"
},
{
"src": "/icons/litewriter_logo_512x512.png",
"sizes": "512x512"
}
],
"screenshots": [
{
"src": "/screenshots/editor_2560x1440_screenshot.avif",
"form_factor": "wide",
"label": "A desktop view of the Markdown editor",
"sizes": "2560x1440"
},
{
"src": "/screenshots/editor_mobile_1440x2560_screenshot.avif",
"form_factor": "wide",
"label": "A mobile view of the Markdown editor",
"sizes": "1440x2560"
}
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB