{
  "name": "Reverie Notes",
  "short_name": "Reverie",
  "id": "life.reverienotes.app",
  "description": "A reflective notes app that gently resurfaces your forgotten thoughts. A quiet companion to thinking — no more notes lost to the abyss.",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F5F2",
  "theme_color": "#F7F5F2",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "note_taking": {
    "new_note_url": "/"
  },
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Reverie Notes on desktop"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "390x745",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Reverie Notes on mobile"
    }
  ]
}
