NoteJS/manifest.json
Fovway 7def129e14 refactor: Redesign calendar as compact sidebar box with improved layout
- Changed calendar from full sidebar to compact containerized box
- Reduced calendar size (190px width) to minimize space usage
- Increased main container max-width from 600px to 850px for two-column layout
- Added proper styling for .main element (white background, shadow, padding)
- Improved visual hierarchy with matching design patterns
- Updated CSS version for cache busting
2025-10-18 00:39:21 +07:00

21 lines
384 B
JSON

{
"name": "Fov Notes",
"short_name": "Notes",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}