3

My Chrome App has been verified and approved.

I have implemented Screen Share functionality.

I want to show my domain instead of the app ID. See the below Image for reference.

My Current App: Shows APP ID

enter image description here

I want to achieve something like this:

enter image description here

How do I change it?

Anirudh
  • 2,767
  • 5
  • 69
  • 119
  • The point of this message is to inform the user about the origin of the code which is accessing their screen content. In your case, code in your app is accessing the screen; in the second case, code running on meet.google.com is accessing the screen content. This is a matter of letting the user know whom they are trusting with their screen content. If you want it to show a different origin, you need to have the user execute the screen-sharing code on a page from that origin. – apsillers Jul 08 '21 at 16:13
  • Possibly you could migrate your screen-sharing code out of your app onto a page on your domain, and make your app navigate a new tab to that page? But I'm not sure what apps vs. extensions can/can't do with regard to opening new pages. – apsillers Jul 08 '21 at 16:14

0 Answers0