﻿{
  "lang": "en",
  "short_name": "TeamKinetic Volunteers",
  "name": "TeamKinetic Volunteers",
  "description": "TeamKinetic Volunteer dashboard and hub to find, join, and participate in volunteering near you.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "serviceworker": {
    "src": "sw.js",
    "scope": "/"
  },
  "background_color": "#006699",
  "theme_color": "#006699",
 
  "icons": [
    {
      "src": "/img/icons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/img/icons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/img/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]

}