Package

chrome

Permalink

package chrome

Visibility
  1. Public
  2. All

Type Members

  1. case class App(background: Background) extends Product with Serializable

    Permalink
  2. trait AppManifest extends Manifest

    Permalink
  3. case class Background(scripts: List[String]) extends Product with Serializable

    Permalink
  4. case class Bluetooth(uuids: List[String] = Nil, socket: Option[Boolean] = None, lowEnergy: Option[Boolean] = None, peripheral: Option[Boolean] = None) extends Product with Serializable

    Permalink
  5. case class BookmarksUI(removeButton: Option[Boolean] = None, removeBookmarkShortcut: Option[Boolean] = None) extends Product with Serializable

    Permalink
  6. case class BrowserAction(icon: Map[Int, String] = Map.empty, title: Option[String] = None, popup: Option[String] = None) extends Product with Serializable

    Permalink
  7. trait ChromeAPI extends AnyRef

    Permalink
  8. case class ChromeUIOverrides(bookmarksUI: BookmarksUI) extends Product with Serializable

    Permalink
  9. case class Commands(actions: Map[String, Action] = Map.empty) extends Product with Serializable

    Permalink
  10. trait ExtensionManifest extends Manifest

    Permalink
  11. case class ExternallyConnectable(matches: Set[String], ids: Set[String], acceptsTlsChannelId: Option[Boolean]) extends Product with Serializable

    Permalink
  12. sealed trait Manifest extends AnyRef

    Permalink
  13. case class Omnibox(keyword: String) extends Product with Serializable

    Permalink
  14. case class OptionsUI(page: String, chromeStyle: Option[Boolean] = None) extends Product with Serializable

    Permalink
  15. case class Platform(naclArch: String, subPackagePath: String) extends Product with Serializable

    Permalink
  16. case class Requirements(webgl: Option[Boolean] = None, npapi: Option[Boolean] = None) extends Product with Serializable

    Permalink
  17. case class Sockets(udp: Option[Udp] = None, tcp: Option[Tcp] = None) extends Product with Serializable

    Permalink
  18. case class Storage(managedSchema: String) extends Product with Serializable

    Permalink
  19. case class Tcp(connect: Set[String] = Set(), listen: Set[String] = Set()) extends Product with Serializable

    Permalink
  20. case class Udp(bind: Set[String] = Set(), send: Set[String] = Set(), multicastMembership: Set[String] = Set()) extends Product with Serializable

    Permalink

Value Members

  1. object Commands extends Serializable

    Permalink
  2. package alarms

    Permalink
  3. package app

    Permalink
  4. package audio

    Permalink
  5. package browser

    Permalink
  6. package commands

    Permalink
  7. package contextMenus

    Permalink
  8. package desktopCapture

    Permalink
  9. package downloads

    Permalink
  10. package events

    Permalink
  11. package filesystem

    Permalink
  12. package i18n

    Permalink
  13. package idle

    Permalink
  14. package management

    Permalink
  15. package notifications

    Permalink
  16. package omnibox

    Permalink
  17. package permissions

    Permalink
  18. package power

    Permalink
  19. package processes

    Permalink
  20. package runtime

    Permalink
  21. package sessions

    Permalink
  22. package sockets

    Permalink
  23. package storage

    Permalink
  24. package system

    Permalink
  25. package tabs

    Permalink
  26. package tts

    Permalink
  27. package utils

    Permalink
  28. package wallpaper

    Permalink
  29. package webNavigation

    Permalink
  30. package windows

    Permalink

Ungrouped