{
  "name": "Pulse of the People",
  "short_name": "POTP",
  "description": "Mobile safety alert membership app.  Signal alerts.  Report incidents anonymously.",
  "lang": "en-US",
  "start_url": "https://pulseofthepeople.app/?utm_source=standalone&utm_medium=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "prefered_related_applications": false,
  "theme_color": "#d0ffd8",
  "background_color": "#003102",
  "icons": [
    {
      "src": "/img/icons/maskable_icon_192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/img/icons/maskable_icon_512.png",
      "type": "image/png",
      "sizes": "512x512",
	  "purpose": "any maskable"
    }
  ],
	"share_target": {
		"action": "/referral",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"kref": "kref"
    	}
	}
}