{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",

  "id": "https://orabimus.com/",
  "name": "Orabimus — We Will Pray",
  "short_name": "Orabimus",
  "description": "We will pray. A meditative Rosary guide with a live community of shared intentions. Free, offline, private — always.",

  "start_url": "/?source=pwa",
  "scope": "/",

  "display": "standalone",
  "display_override": ["standalone"],

  "orientation": "portrait",

  "lang": "en-US",
  "dir": "ltr",

  "theme_color": "#FAFAF8",
  "background_color": "#FAFAF8",

  "categories": ["lifestyle", "productivity", "education", "religion"],

  "prefer_related_applications": false,
  "related_applications": [],

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "icons": [
    {
      "src": "/icons/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],

  "screenshots": [
    {
      "src": "/icons/screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Orabimus — Rosary guide with step-by-step mysteries"
    },
    {
      "src": "/icons/screenshot-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Orabimus desktop — live community prayer intentions"
    }
  ],

  "shortcuts": [
    {
      "name": "Begin the Rosary",
      "short_name": "Rosary",
      "description": "Open the Rosary prayer guide for today",
      "url": "/?shortcut=rosary",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "intention_title",
      "text": "intention",
      "url": "intention_url"
    }
  },

  "handle_links": "preferred",

  "edge_side_panel": {
    "preferred_width": 420
  }
}
