{
  "name": "Memento — reminders that stay with you",
  "short_name": "Memento",
  "description": "A colorful reminder app that keeps your day in motion.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#f4efff",
  "theme_color": "#7654ec",
  "categories": ["productivity", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icons/memento-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/memento-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Add reminder", "short_name": "Add", "description": "Open Memento and add a reminder", "url": "/?action=add", "icons": [{ "src": "/icons/memento-192.png", "sizes": "192x192" }] },
    { "name": "Today", "short_name": "Today", "description": "View today's reminders", "url": "/", "icons": [{ "src": "/icons/memento-192.png", "sizes": "192x192" }] }
  ]
}
