{
  "id": "/",
  "name": "Nation Shakers",
  "short_name": "Nation Shakers",
  "description": "The official app for the Nation Shakers faith community. Check in, grow through the OnRamp, connect in Bonfires, serve, and pray together.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0A0A0A",
  "theme_color": "#0F0F0F",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "social"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {"src": "icons/icon-72.png", "sizes": "72x72", "type": "image/png", "purpose": "any"},
    {"src": "icons/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any"},
    {"src": "icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any"},
    {"src": "icons/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any"},
    {"src": "icons/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any"},
    {"src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
    {"src": "icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any"},
    {"src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"},
    {"src": "icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable"},
    {"src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"}
  ],
  "screenshots": [
    {"src": "screenshots/home.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Home Screen"},
    {"src": "screenshots/checkin.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Sunday Check-In"},
    {"src": "screenshots/onramp.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "OnRamp Growth Path"}
  ],
  "shortcuts": [
    {"name": "Check In", "short_name": "Check In", "description": "Sunday service check-in", "url": "/?screen=checkin", "icons": [{"src": "icons/icon-96.png", "sizes": "96x96"}]},
    {"name": "Prayer Wall", "short_name": "Prayer", "description": "Submit and pray for requests", "url": "/?screen=prayer", "icons": [{"src": "icons/icon-96.png", "sizes": "96x96"}]}
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
