{
  "name":             "Daily Walk",
  "short_name":       "Daily Walk",
  "description":      "Read your Bible daily. Track your streak. Grow with others.",
  "start_url":        "/",
  "scope":            "/",
  "display":          "standalone",
  "orientation":      "portrait",
  "background_color": "#FAF8F5",
  "theme_color":      "#5B4FCF",
  "categories":       ["lifestyle", "education", "books"],
  "lang":             "en",

  "icons": [
    { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-384.png",  "sizes": "384x384", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable any" }
  ],

  "shortcuts": [
    {
      "name":        "Read Today",
      "short_name":  "Read",
      "description": "Open your reading plan",
      "url":         "/read",
      "icons":       [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name":        "Check In",
      "short_name":  "Check In",
      "description": "Log today's reading",
      "url":         "/checkin",
      "icons":       [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],

  "screenshots": [
    {
      "src":          "/screenshots/home.png",
      "sizes":        "390x844",
      "type":         "image/png",
      "form_factor":  "narrow",
      "label":        "Daily Walk home screen"
    }
  ],

  "prefer_related_applications": false
}