Front-end UI Need Some Improvements
- Multi-line text Display (default one Shows in single Line)
.push-message {
white-space: pre-line;
}
- Add pagination
- Manifest Desktop Preview image Wrong folder path
/assets/icons/desktop-screenshot.png
{
"name": "notify app",
"short_name": "notify",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#000",
"theme_color": "#000",
"categories": [
"utilities",
"productivity"
],
"description": "Notify is a simple app that allows you to receive notifications from a webhook.",
"icons": [
{
"src": "/assets/notify_big.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/icons/notify_big.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/assets/icons/notify_small.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/icons/notify_small.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "/assets/screenshots/mobile-screenshot.png",
"sizes": "1170x2532",
"type": "image/png",
"form_factor": "narrow",
"label": "App screenshot with example notification",
"platform": "ios"
},
{
"src": "/assets/screenshots/mobile-screenshot.png",
"sizes": "1170x2532",
"type": "image/png",
"form_factor": "narrow",
"label": "App screenshot with example notification",
"platform": "android"
},
{
"src": "/assets/icons/desktop-screenshot.png",
"sizes": "2038x1301",
"type": "image/png",
"form_factor": "wide",
"label": "Home screen of Awesome App",
"platform": "windows"
},
{
"src": "/assets/icons/desktop-screenshot.png",
"sizes": "2038x1301",
"type": "image/png",
"form_factor": "wide",
"label": "Home screen of Awesome App",
"platform": "macos"
}
]
}
Front-end UI Need Some Improvements
{ "name": "notify app", "short_name": "notify", "start_url": "/", "display": "standalone", "orientation": "portrait", "background_color": "#000", "theme_color": "#000", "categories": [ "utilities", "productivity" ], "description": "Notify is a simple app that allows you to receive notifications from a webhook.", "icons": [ { "src": "/assets/notify_big.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/assets/icons/notify_big.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }, { "src": "/assets/icons/notify_small.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/assets/icons/notify_small.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" } ], "screenshots": [ { "src": "/assets/screenshots/mobile-screenshot.png", "sizes": "1170x2532", "type": "image/png", "form_factor": "narrow", "label": "App screenshot with example notification", "platform": "ios" }, { "src": "/assets/screenshots/mobile-screenshot.png", "sizes": "1170x2532", "type": "image/png", "form_factor": "narrow", "label": "App screenshot with example notification", "platform": "android" }, { "src": "/assets/icons/desktop-screenshot.png", "sizes": "2038x1301", "type": "image/png", "form_factor": "wide", "label": "Home screen of Awesome App", "platform": "windows" }, { "src": "/assets/icons/desktop-screenshot.png", "sizes": "2038x1301", "type": "image/png", "form_factor": "wide", "label": "Home screen of Awesome App", "platform": "macos" } ] }