{
  "name": "Go Spread The Word",
  "short_name": "GSTW",
  "description": "Spread the Word. One selfie at a time.",
  "start_url": "/app/index.html",
  "display": "standalone",
  "background_color": "#F0EDE6",
  "theme_color": "#1E4060",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}