{
  "name": "Upper Valley Connections",
  "short_name": "UVC",
  "description": "Your Upper Valley, All in One Place",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FDFAF5",
  "theme_color": "#C2622A",
  "lang": "en-US",
  "categories": ["news", "lifestyle", "social"],
  "icons": [
      {
	  "src": "icons/icon-48x48.png",
	  "sizes": "48x48",
	  "type": "image/png"
      },
      {
	  "src": "icons/icon-72x72.png",
	  "sizes": "72x72",
	  "type": "image/png"
      },
      {
	  "src": "icons/icon-96x96.png",
	  "sizes": "96x96",
	  "type": "image/png"
      },
      {
	  "src": "icons/icon-128x128.png",
	  "sizes": "128x128",
	  "type": "image/png"
      },
      {
	  "src": "icons/icon-144x144.png",
	  "sizes": "144x144",
	  "type": "image/png"
      },
      {
	  "src": "icons/icon-152x152.png",
	  "sizes": "152x152",
	  "type": "image/png"
      },
      {
	  "src": "icons/icon-192x192.png",
	  "sizes": "192x192",
	  "type": "image/png"
      },
      {
	  "src": "icons/icon-256x256.png",
	  "sizes": "256x256",
	  "type": "image/png"
      },
      {
	  "src": "icons/icon-384x384.png",
	  "sizes": "384x384",
	  "type": "image/png"
      },
      {
	  "src": "icons/icon-512x512.png",
	  "sizes": "512x512",
	  "type": "image/png"
      },
      { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
      { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Events",
      "short_name": "Events",
      "description": "Browse upcoming events in the Upper Valley",
      "url": "/events",
      "icons": [{ "src": "/icons/shortcut-events.png", "sizes": "96x96" }]
    },
    {
      "name": "Submit Event",
      "short_name": "Submit",
      "description": "Share your event with the community",
      "url": "/submit-event",
      "icons": [{ "src": "/icons/shortcut-submit.png", "sizes": "96x96" }]
    },
    {
      "name": "Businesses",
      "short_name": "Businesses",
      "description": "Discover local businesses",
      "url": "/businesses",
      "icons": [{ "src": "/icons/shortcut-businesses.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screen-events-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Events calendar on mobile"
    },
    {
      "src": "/screenshots/screen-events-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Events calendar on desktop"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
