Compare commits

..

No commits in common. "4949b78dee81c26bd43b226bde912abb87a50edd" and "9ecc787719f4eeecffb07f208dab25e1bb9b1c29" have entirely different histories.

13 changed files with 5 additions and 29 deletions

8
.gitignore vendored
View File

@ -44,13 +44,12 @@ public/uploads/
# Тестовые файлы # Тестовые файлы
test-icons.html test-icons.html
# Скриншоты (исключая PWA иконки) # Скриншоты
*.png
*.jpg *.jpg
*.jpeg *.jpeg
*.gif *.gif
*.webp *.webp
# Исключаем загруженные пользователями изображения
public/uploads/*.png
# Временные файлы # Временные файлы
/tmp/ /tmp/
@ -84,3 +83,6 @@ apply-changes.sh
# Неиспользуемые ресурсы # Неиспользуемые ресурсы
favicon*.png favicon*.png
favicon*.ico favicon*.ico
icon-*.png
*.ttf
manifest.json

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,26 +0,0 @@
{
"name": "NoteJS - Система заметок",
"short_name": "NoteJS",
"description": "Современная система заметок с поддержкой Markdown, изображений, тегов и календаря",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#007bff",
"orientation": "portrait-primary",
"scope": "/",
"lang": "ru",
"icons": [
{
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]
}