I created a simple page with manifest.json (https://island-dapper-patella.glitch.me)
{
"name": "Test",
"theme_color": "#ff0000",
"background_color": "#ff0000",
"display": "fullscreen",
"share_target": {
"action": "/share.html",
"params": {
"title": "name",
"text": "description",
"url": "link"
}
}
}
I installed it on my smartphone (Android, Chrome 84), its icon appeared on the apps list.
But when I selected a text, and go to Share Menu I hadn't my PWA app there.
Why?
EDIT: Also I don't have an "Install" item in desktop Chrome. Maybe something is wrong?