NoteJS/public/manifest.json
Fovway 4949b78dee 🎨 Обновлен .gitignore для улучшения управления файлами
- Добавлено исключение для загруженных пользователями изображений формата PNG в директории public/uploads.
- Уточнено исключение для скриншотов, чтобы не затрагивать PWA иконки.
2025-10-20 09:16:26 +07:00

27 lines
697 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"
}
]
}