{
  "name": "Bellor - A Place for Authentic Connections",
  "short_name": "Bellor",
  "description": "Bellor is a premium social dating platform for meaningful connections. Find your perfect match through daily missions, stories, and real-time chat.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#EC4899",
  "background_color": "#FDF2F8",
  "lang": "en",
  "dir": "auto",
  "categories": ["social", "lifestyle", "dating"],
  "icons": [
    {
      "src": "/bellor-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/bellor-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Discover",
      "short_name": "Discover",
      "description": "Find new connections",
      "url": "/discover"
    },
    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "View your conversations",
      "url": "/chats"
    },
    {
      "name": "Daily Mission",
      "short_name": "Mission",
      "description": "Complete today's challenge",
      "url": "/missions/today"
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "Edit your profile",
      "url": "/profile"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.bellor.app",
      "id": "com.bellor.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/bellor/id000000000"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+bellor",
      "url": "/handle-protocol?url=%s"
    }
  ],
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "id": "bellor-pwa-v1",
  "iarc_rating_id": "",
  "permissions_policy": {
    "geolocation": ["self"],
    "camera": ["self"],
    "microphone": ["self"],
    "notifications": ["self"]
  }
}
