{
  "name": "Nexolly: Earn Real Money",
  "short_name": "Nexolly",
  "description": "Earn real money by completing simple social media tasks. Instant payouts to bank, PayPal, or crypto. Join 125K+ earners worldwide. Start earning today!",
  "id": "/",
  "start_url": "/?v=1.1.0",
  "scope": "/",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui"],
  "theme_color": "#00D4FF",
  "background_color": "#070B14",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["finance", "productivity", "lifestyle", "social", "business"],
  "iarc_rating_id": "e6c1b2f3-4a5b-6c7d-8e9f-0a1b2c3d4e5f",
  "icons": [
    {"src": "/assets/images/icon-72.png", "sizes": "72x72", "type": "image/png", "purpose": "any"},
    {"src": "/assets/images/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any"},
    {"src": "/assets/images/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any"},
    {"src": "/assets/images/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any"},
    {"src": "/assets/images/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any"},
    {"src": "/assets/images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
    {"src": "/assets/images/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any"},
    {"src": "/assets/images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"},
    {"src": "/assets/images/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable"},
    {"src": "/assets/images/icon-384-maskable.png", "sizes": "384x384", "type": "image/png", "purpose": "maskable"},
    {"src": "/assets/images/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"}
  ],
  "screenshots": [
    {"src": "/assets/images/screenshot-1.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Browse hundreds of available tasks"},
    {"src": "/assets/images/screenshot-2.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Track your daily earnings in real-time"},
    {"src": "/assets/images/screenshot-3.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Instant payouts to your preferred method"},
    {"src": "/assets/images/screenshot-desktop.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide", "label": "Nexolly dashboard on desktop"}
  ],
  "shortcuts": [
    {"name": "Available Tasks", "short_name": "Tasks", "description": "Browse and complete earning tasks", "url": "/dashboard/tasks.php", "icons": [{"src": "/assets/images/icon-96.png", "sizes": "96x96"}]},
    {"name": "My Wallet", "short_name": "Wallet", "description": "Check balance and withdraw earnings", "url": "/dashboard/wallet.php", "icons": [{"src": "/assets/images/icon-96.png", "sizes": "96x96"}]},
    {"name": "Leaderboard", "short_name": "Leaderboard", "description": "See top earners this week", "url": "/dashboard/leaderboard.php", "icons": [{"src": "/assets/images/icon-96.png", "sizes": "96x96"}]},
    {"name": "Refer & Earn", "short_name": "Refer", "description": "Invite friends and earn commission", "url": "/dashboard/referrals.php", "icons": [{"src": "/assets/images/icon-96.png", "sizes": "96x96"}]}
  ],
  "share_target": {
    "action": "/share-target.php",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {"title": "title", "text": "text", "url": "url"}
  },
  "prefer_related_applications": false,
  "related_applications": [{"platform": "web", "url": "https://nexolly.com"}],
  "launch_handler": {
    "client_mode": ["focus-existing", "navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    {"protocol": "web+nexolly", "url": "/protocol-handler?task=%s"}
  ],
  "tab_strip": {
    "home_tab": {
      "scope_patterns": [
        {"pathname": "/dashboard"},
        {"pathname": "/"}
      ]
    },
    "new_tab_button": {"url": "/"}
  },
  "file_handlers": [
    {
      "action": "/file-handler",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"],
        "application/pdf": [".pdf"],
        "text/plain": [".txt"]
      },
      "launch_type": "multiple-clients"
    }
  ],
  "note_taking": {
    "new_note_url": "/dashboard/notes/new"
  },
  "periodic_background_sync": {
    "short_name": "Task sync",
    "icon": "/assets/images/icon-192.png",
    "description": "Keep your available tasks fresh"
  },
  "widgets": [
    {
      "tag": "nexolly-earnings",
      "name": "Today's Earnings",
      "description": "Track your daily earnings from Nexolly",
      "screenshots": [
        {
          "src": "/assets/images/widget-preview.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ],
      "data": "/widget-data.json"
    }
  ],
  "scope_extensions": [
    {
      "origin": "https://nexolly.com"
    }
  ]
}