{
  "name": "Memo Diary",
  "short_name": "Diary",
  "description": "A private journal for Memo Fashion. Write, tag, search and never miss a reminder.",
  "start_url": "/diary",
  "scope": "/diary/",
  "id": "/diary",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#211b16",
  "theme_color": "#211b16",
  "orientation": "any",
  "icons": [
    { "src": "/icon-diary-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-diary-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-diary-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New entry",
      "short_name": "Write",
      "description": "Begin a fresh journal entry",
      "url": "/diary/new",
      "icons": [{ "src": "/icon-diary-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Reminders",
      "short_name": "Reminders",
      "description": "Review upcoming and overdue reminders",
      "url": "/diary/reminders",
      "icons": [{ "src": "/icon-diary-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["productivity", "lifestyle"],
  "lang": "en-GB",
  "dir": "ltr",
  "prefer_related_applications": false
}
