p

chrome

package chrome

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class App (background: Background) extends Product with Serializable
  2. trait AppManifest extends Manifest
  3. case class Background (scripts: List[String]) extends Product with Serializable
  4. case class Bluetooth (uuids: List[String] = Nil, socket: Option[Boolean] = None, lowEnergy: Option[Boolean] = None, peripheral: Option[Boolean] = None) extends Product with Serializable
  5. case class BookmarksUI (removeButton: Option[Boolean] = None, removeBookmarkShortcut: Option[Boolean] = None) extends Product with Serializable
  6. case class BrowserAction (icon: Map[Int, String] = Map.empty, title: Option[String] = None, popup: Option[String] = None) extends Product with Serializable
  7. trait ChromeAPI extends AnyRef
  8. case class ChromeUIOverrides (bookmarksUI: BookmarksUI) extends Product with Serializable
  9. case class Commands (actions: Map[String, Action] = Map.empty) extends Product with Serializable
  10. trait ExtensionManifest extends Manifest
  11. case class ExternallyConnectable (matches: Set[String], ids: Set[String], acceptsTlsChannelId: Option[Boolean]) extends Product with Serializable
  12. sealed trait Manifest extends AnyRef
  13. case class Omnibox (keyword: String) extends Product with Serializable
  14. case class OptionsUI (page: String, chromeStyle: Option[Boolean] = None) extends Product with Serializable
  15. case class Platform (naclArch: String, subPackagePath: String) extends Product with Serializable
  16. case class Requirements (webgl: Option[Boolean] = None, npapi: Option[Boolean] = None) extends Product with Serializable
  17. case class Sockets (udp: Option[Udp] = None, tcp: Option[Tcp] = None) extends Product with Serializable
  18. case class Storage (managedSchema: String) extends Product with Serializable
  19. case class Tcp (connect: Set[String] = Set(), listen: Set[String] = Set()) extends Product with Serializable
  20. case class Udp (bind: Set[String] = Set(), send: Set[String] = Set(), multicastMembership: Set[String] = Set()) extends Product with Serializable

Value Members

  1. object Commands extends Serializable

Ungrouped