{
  "id": "/",
  "name": "DirectMatrimony - Find Your Perfect Match",
  "short_name": "DirectMatrimony",
  "description": "Clean matrimony platform for profile discovery, preferences, and proposals. Find your life partner easily.",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "orientation_override": ["portrait-primary", "portrait"],
  "lang": "en",
  "dir": "auto",
  "theme_color": "#0f766e",
  "background_color": "#f8fafc",
  "screenshots": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "360x360",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "360x360",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "225x225",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View Matches",
      "short_name": "Matches",
      "description": "Browse current matches and find your perfect match",
      "url": "/index.php",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "360x360",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Edit Profile",
      "short_name": "Profile",
      "description": "Open and edit your profile information",
      "url": "/pages/profile.php",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "360x360",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Proposals",
      "short_name": "Proposals",
      "description": "Check your marriage proposals",
      "url": "/pages/proposals.php",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "360x360",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": ["lifestyle", "productivity"],
  "prefer_related_applications": false,
  "related_applications": [],
  "share_target": {
    "action": "/pages/profile.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}

