{
  "name": "Say, See, Show!",
  "dir": "auto",
  "short_name": "SaySeeShow",
  "start_url": "/?source=pwa",
  "id": "/?source=pwa",
  "display_override": ["window-controls-overlay", "standalone"],
  "display": "standalone",
  "scope": "/",
  "theme_color":"#0058AF",
  "background_color":"#000000",
  "description": "Setup security of property and people.",
  "categories":["security","personalization"],
  "orientation": "portrait-primary",
  "fullscreen": true,
  "handle_links": "preferred",
  "icons": [
    {
	"src": "img/36x36.png",
	"sizes": "36x36",
	"type": "image/png",
	"purpose": "any"
    },
    {
	"src": "img/48x48.png",
	"sizes": "48x48",
	"type": "image/png",
	"purpose": "any"
    },
    {
	"src": "img/72x72.png",
	"sizes": "72x72",
	"type": "image/png",
	"purpose": "any"
    },
    {
	"src": "img/96x96.png",
	"sizes": "96x96",
	"type": "image/png",
	"purpose": "any"
    },
    {
	"src": "img/144x144.png",
	"sizes": "144x144",
	"type": "image/png",
	"purpose": "any"
    },
    {
	"src": "img/192x192.png",
	"sizes": "192x192",
	"type": "image/png",
	"purpose": "any"
    },
    {
	"src": "img/192x192.png",
	"sizes": "192x192",
	"type": "image/png",
	"purpose": "maskable"
    },
    {
	"src": "img/256x256.png",
	"sizes": "256x256",
	"type": "image/png",
	"purpose": "any"
    },
    {
	"src": "img/256x256.png",
	"sizes": "256x256",
	"type": "image/png",
	"purpose": "maskable"
    }, 
    {
	"src": "img/384x384.png",
	"sizes": "384x384",
	"type": "image/png",
	"purpose": "any"
    },
    {
	"src": "img/384x384.png",
	"sizes": "384x384",
	"type": "image/png",
	"purpose": "maskable"
    },
    {
	"src": "img/512x512.png",
	"sizes": "512x512",
	"type": "image/png",
	"purpose": "any"
    },
    {
	"src": "img/512x512.png",
	"sizes": "512x512",
	"type": "image/png",
	"purpose": "maskable"
    }
  ],
"shortcuts": [
    {
      "name": "Change the language",
      "short_name": "Language",
      "description": "Change the user interface language and speech synthesis",
      "url": "/flags?source=pwa",
      "icons": [{ "src": "/img/flags.png", "sizes": "256x256" }]
    }
  ],
 "screenshots": [
    {
	"src": "img/desktop_screenshot1.png",
	"sizes": "1280x720",
	"type": "image/png",
	"form_factor": "wide",
	"label": "Screenshot 1",
	"purpose": "any"
    },
    {
	"src": "img/desktop_screenshot2.png",
	"sizes": "1280x720",
	"type": "image/png",
	"form_factor": "wide",
	"label": "Screenshot 2",
	"purpose": "any"
    },
    {
	"src": "img/mobile_screenshot1.png",
	"sizes": "1024x1024",
	"type": "image/png",
	"label": "Screenshot 2",
	"purpose": "any"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "web",
      "url": "https://sayseeshow.com"
    },
    {
      "platform": "webapp",
      "url": "https://sayseeshow.io/manifest.webmanifest"
  }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}