{
  "name": "Humboldt Friends",
  "short_name": "Humboldt Friends",
  "display": "standalone",
  "prefer_related_applications": false,
  "start_url": "/",
  "protocol_handlers": [
    {
        "protocol": "web+humboldtfriends",
        "url": "/?p=%s"
    }
  ],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
        "src": "/background.jpg?mobile",
        "sizes": "1024x1024",
        "type": "image/jpeg",
        "label": "Generic Screenshot"
    },
    {
        "src": "/background.jpg",
        "sizes": "1280x1024",
        "type": "image/jpeg",
        "form_factor": "wide",
        "label": "Home screen showing main navigation and featured content"
    }
    ],
  "theme_color": "#ffffff",
  "background_color": "#ffffff"
}
