p
chrome
package chrome
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class App(background: Background) extends Product with Serializable
- trait AppManifest extends Manifest
- case class Background(scripts: List[String]) extends Product with Serializable
- case class Bluetooth(uuids: List[String] = Nil, socket: Option[Boolean] = None, lowEnergy: Option[Boolean] = None, peripheral: Option[Boolean] = None) extends Product with Serializable
- case class BookmarksUI(removeButton: Option[Boolean] = None, removeBookmarkShortcut: Option[Boolean] = None) extends Product with Serializable
- case class BrowserAction(icon: Map[Int, String] = Map.empty, title: Option[String] = None, popup: Option[String] = None) extends Product with Serializable
- trait ChromeAPI extends AnyRef
- case class ChromeUIOverrides(newtab: String, bookmarksUI: BookmarksUI) extends Product with Serializable
- case class Commands(actions: Map[String, Action] = Map.empty) extends Product with Serializable
- case class ContentScript(matches: List[String], css: List[String], js: List[String]) extends Product with Serializable
- trait ExtensionManifest extends Manifest
- case class ExternallyConnectable(matches: Set[String], ids: Set[String], acceptsTlsChannelId: Option[Boolean]) extends Product with Serializable
- sealed trait Manifest extends AnyRef
- case class Oauth2Settings(clientId: String, scopes: List[String]) extends Product with Serializable
- case class Omnibox(keyword: String) extends Product with Serializable
- case class OptionsUI(page: String, chromeStyle: Option[Boolean] = None) extends Product with Serializable
- case class Platform(naclArch: String, subPackagePath: String) extends Product with Serializable
- case class Requirements(webgl: Option[Boolean] = None, npapi: Option[Boolean] = None) extends Product with Serializable
- case class Sockets(udp: Option[Udp] = None, tcp: Option[Tcp] = None) extends Product with Serializable
- case class Storage(managedSchema: String) extends Product with Serializable
- case class Tcp(connect: Set[String] = Set(), listen: Set[String] = Set()) extends Product with Serializable
- case class Udp(bind: Set[String] = Set(), send: Set[String] = Set(), multicastMembership: Set[String] = Set()) extends Product with Serializable