{
  "short_name" : "PR-ISMS",
  "name" : "PR-ISMS",
	"id" : "PR-ISMS",
  "icons" : [
    {
      "src" : "/favicon_180.png",
      "sizes" : "180x180",
      "type" : "image/png"
    },
    {
      "src" : "/favicon_192.png",
      "sizes" : "192x192",
      "type" : "image/png"
    },
    {
      "src" : "/favicon_512.png",
      "sizes" : "512x512",
      "type" : "image/png"
    },
    {
      "src" : "/favicon_1024.png",
      "sizes" : "1024x1024",
      "type" : "image/png"
    }
  ],
  "start_url" : "https://pr-isms.com/",
  "scope" : "/",
  "display" : "standalone",
  "background_color" : "black",
  "theme_color" : "black",
  "description" : "Share your values and find like minded people and entities",
	"screenshots": [
  {
    "src": "screenshot.png",
    "sizes": "1080x1920",
    "type": "image/png",
    "form_factor": "narrow", 
    "label": "Mobile View 1"
  }],
	"share_target" : 
		{
			"action" : "/share_target.php",
			"method" : "POST",
			"enctype":"multipart/form-data",
			"params" : {
				"title" : "title",
				"text" : "text",
				"url" : "url",
				"files": [
					{
						"name": "media",
						"accept": ["image/*","video/*"]
					}
				]
			}
		}
	
}