tong / chrome.app

Haxe/Javascript google chrome app type definitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haxe Chrome App Build Status Haxelib Version

Haxe/Javascript type definitions for google chrome-apps.

API version: 62


Important: Chrome will be removing support for Chrome Apps on Windows, Mac, and Linux. Chrome OS will continue to support Chrome Apps. Additionally, Chrome and the Web Store will continue to support extensions on all platforms. Read the announcement and learn more about migrating your app.


Install

$ haxelib install chrome-app

For chrome-extension types see: https://github.com/tong/chrome.extension

Usage

-lib chrome_app

Haxe Defines

  • -D chrome Required (added automatically when using haxelib)
  • -D chrome_app Required (added automatically when using haxelib)
  • -D chrome_os To access apis available on chrome-os only.
  • -D chrome_dev To access apis available on the dev channel only.
  • -D chrome_experimental To access experimental apis.

About

Haxe/Javascript google chrome app type definitions


Languages

Language:Haxe 100.0%