Top Level Namespace

Defined in:

Constant Summary

CHROME_BETA_USER_DATA_DIR = CHROME_CONFIG_HOME / "google-chrome-beta"
CHROME_CANARY_USER_DATA_DIR = CHROME_CONFIG_HOME / "google-chrome-canary"
CHROME_CONFIG_HOME = Path[ENV["XDG_CONFIG_HOME"]]
CHROME_DEV_USER_DATA_DIR = CHROME_CONFIG_HOME / "google-chrome-dev"
CHROME_USER_DATA_DIR = CHROME_CONFIG_HOME / "google-chrome"
CHROMIUM_USER_DATA_DIR = CHROME_CONFIG_HOME / "chromium"
VERSION = "0.1.0"

Method Summary

Method Detail

def install_manifest(manifest : Manifest, platform : Platform) #

[View source]
def run_server(args : Array(String) = ARGV, input : IO = STDIN, output : IO = STDOUT, error : IO = STDERR) #

[View source]
def uninstall_manifest(manifest : Manifest, platform : Platform) #

[View source]