{
  "name": "The Throughlines",
  "short_name": "Throughlines",
  "description": "Build your self-knowledge. Log real experience. Tell your story.",
  "start_url": "/volunteer/dashboard/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5F0EB",
  "theme_color": "#1a1e2e",
  "icons": [
    {
      "src": "/static/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log hours",
      "url": "/volunteer/hours/",
      "description": "Log volunteer hours"
    },
    {
      "name": "Journal",
      "url": "/volunteer/journey/",
      "description": "Write a journal entry"
    },
    {
      "name": "Quizzes",
      "url": "/volunteer/journey/#exploreTab",
      "description": "Take a self-knowledge quiz"
    }
  ]
}
