{
  "name": "Timelines",
  "short_name": "Timelines",
  "description": "A journaling app to track your life events.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0eee6",
  "theme_color": "#333",
  "icons": [
    {
      "src": "https://img.icons8.com/ios-filled/192/000000/journal.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://img.icons8.com/ios-filled/512/000000/journal.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}