/nooku-chrome-app

An example Chrome App linked to http://demo.nooku.org

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Nooku Chrome App

Sample that shows how to use the webview tag to create a native looking app for your Nooku powered projects.

Nooku Chrome App

The app's main window contains a <webview> that is sized to fit (via the width and height attributes) and contains an hardcoded URL to our demo installation of Nooku Server at http://demo.nooku.org/administrator.

<webview> is the preferred way for you to load web content into your app. It runs in a separate process and has its own storage, ensuring the security and reliability of your application.

Requirements

Tip: Checkout Chromatic, an easy way to install and update Chromium.

Installation

Simply install the app from the Chrome App Store.

Development

For more information, check the excellent Create Your First App tutorial and you'll be up and running in seconds.

Credits

This App is built in just over a couple of minutes by hacking the Browser sample provided by our friends at Google Developers.