Compare commits
No commits in common. "4949b78dee81c26bd43b226bde912abb87a50edd" and "9ecc787719f4eeecffb07f208dab25e1bb9b1c29" have entirely different histories.
4949b78dee
...
9ecc787719
8
.gitignore
vendored
@ -44,13 +44,12 @@ public/uploads/
|
||||
# Тестовые файлы
|
||||
test-icons.html
|
||||
|
||||
# Скриншоты (исключая PWA иконки)
|
||||
# Скриншоты
|
||||
*.png
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.gif
|
||||
*.webp
|
||||
# Исключаем загруженные пользователями изображения
|
||||
public/uploads/*.png
|
||||
|
||||
# Временные файлы
|
||||
/tmp/
|
||||
@ -84,3 +83,6 @@ apply-changes.sh
|
||||
# Неиспользуемые ресурсы
|
||||
favicon*.png
|
||||
favicon*.ico
|
||||
icon-*.png
|
||||
*.ttf
|
||||
manifest.json
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 428 B |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 715 B |
|
Before Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||