{
  "id": "/",
  "name": "Global Prayer Wall",
  "short_name": "Prayer Wall",
  "description": "Global Prayer Wall is a prayer companion that helps you share prayer requests, manage prayer requests, join fellowships and receive guided reminders to pray throughout your day.",
  "lang": "en",
  "dir": "ltr",

  "start_url": "/?source=pwa",
  "scope": "/",

  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "orientation": "portrait",

  "theme_color": "#0f766e",
  "background_color": "#0f172a",

  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/home-1080x1920.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Global Prayer Wall home – see community requests and testimonials"
    },
    {
      "src": "/screenshots/request-detail-1080x1920.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "View a prayer request, pray for other and share testimonies/encouragement"
    },
    {
      "src": "/screenshots/my-requests-1080x1920.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Manage your own prayer requests and track answered prayers"
    }
  ],

  "categories": [
    "lifestyle",
    "productivity",
    "social",
    "health"
  ],

  "shortcuts": [
    {
      "name": "My Prayer Requests",
      "short_name": "My Requests",
      "description": "Open your personal prayer requests list.",
      "url": "/my_requests.php",
      "icons": [
        {
          "src": "/icons/shortcut-my-requests-96x96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Add New Request",
      "short_name": "New Request",
      "description": "Quickly add a new prayer request.",
      "url": "/new_request.php",
      "icons": [
        {
          "src": "/icons/shortcut-add-request-96x96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Daily Prayer Reminders",
      "short_name": "Today’s Reminder",
      "description": "Jump to today’s prayer reminder and scripture.",
      "url": "/daily_reminders.php",
      "icons": [
        {
          "src": "/icons/shortcut-reminder-96x96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false
}
