{
  "name": "Jennings Funeral Homes, Inc.",
  "short_name": "Jennings",
  "description": "GriefPlan App sponsored by Jennings Funeral Homes, Inc.",
  "icons": [{
    "src": "icons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }, {
    "src": "icons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    }, {
      "src": "icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    }, {
      "src": "icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }],
  "shortcuts": [{
      "name": "Thought of the Day",
      "short_name": "Thought of the Day",
      "description": "Thought of the Day",
      "url": "index.html?#thoughtoftheday",
      "icons": [{ "src": "icons/android-chrome-192x192.png", "sizes": "192x192" }]
    }, {
      "name": "Contact Us",
      "short_name": "Contact Us",
      "description": "Our Contact Information",
      "url": "contactus.html",
      "icons": [{ "src": "icons/android-chrome-192x192.png", "sizes": "192x192" }]
    }],
  "lang": "en-US",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "white",
  "theme_color": "white"
}