Post
Topic
Board Gambling
Re: FreeBitco.in-$200 FreeBTC⭐Win Lambo🔥0.2BTC DailyJackpot🏆$32,500 Wager Contest
by
UserU
on 08/03/2022, 01:40:10 UTC
Not really.
It is initiated by web page. They prepared "manifest" file: https://freebitco.in/manifest.json which defines icons and label for proposed link.
Then that file is served to client with that piece of code in the page source:
Code:
<link rel="manifest" href="https://freebitco.in/manifest.json">

All together causes mobile browser to propose link creation.
Behavior is described here: https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Add_to_home_screen

Ah, that explains it. And I've definitely seen that logo.

Thanks!