0

I'm putting together a hosted Chrome app. Is it possible to specify the app as "pinned" in the manifest, so that when the user opens it, it is automatically opened as a pinned tab?

I saw this but I'm not sure if it would work with hosted apps...

citruspi
  • 6,709
  • 4
  • 27
  • 43

1 Answers1

0

No, it's impossible.

The docs link you gave is for only extensions. There is no option to make pinned the hosted app's tab in manifest.json for apps.

Okan Kocyigit
  • 13,203
  • 18
  • 70
  • 129