{
  "name": "James 5:16 Prayer Sphere",
  "short_name": "James 5:16",
  "description": "A sacred space for sharing prayer requests and celebrating answered prayers anonymously. Submit prayers for Health in Body, Peace in Mind, and Joy in Spirit.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["lifestyle", "health", "social"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Submit Prayer",
      "short_name": "Pray",
      "description": "Submit a new prayer request",
      "url": "/submit",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "View Testimonies",
      "short_name": "Testimonies",
      "description": "See answered prayers",
      "url": "/testimonies",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "prayer",
      "text": "text"
    }
  }
}
