{
  "name": "Reacho - Privacy Relay System",
  "short_name": "Reacho",
  "description": "Stay reachable while keeping your privacy protected. Contact relay without revealing your phone number.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "categories": ["utilities", "productivity"],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1080x1080",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/og-image.png",
      "sizes": "1080x1080",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Tags",
      "short_name": "My Tags",
      "description": "View and manage your Reacho tags",
      "url": "/my-tags",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Message Inbox",
      "short_name": "Inbox",
      "description": "Check your message inbox",
      "url": "/message-inbox",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    }
  ]
}
