{
  "appName": "SmallWonders",
  "user": {
    "id": "u_12345",
    "displayName": "Guest",
    "preferences": {
      "theme": "light",
      "language": "en",
      "notifications": true
    }
  },
  "projects": [
    {
      "id": "p_1",
      "title": "Read More This Year",
      "status": "active",
      "tags": ["books", "habits"],
      "tasks": [
        { "id": "t_1", "text": "Finish one chapter tonight", "done": false },
        { "id": "t_2", "text": "Visit the library this weekend", "done": true }
      ]
    }
  ],
  "dailyNotes": [
    {
      "date": "2026-02-25",
      "mood": "calm",
      "highlights": [
        "Learned a new word",
        "Had a great cup of coffee",
        "Wrote a short note for the blog"
      ]
    }
  ],
  "settings": {
    "autosave": true,
    "backupFrequency": "weekly"
  }
}