Skip to content

A CSP-conforming linker for GWT and a wrapper for the chrome.app.* libs

License

Notifications You must be signed in to change notification settings

h0ru5/gwt-chromeapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gwt-chromeapp

A CSP-conforming linker for GWT and a wrapper for the chrome.app.* libs

Usage

with Maven/IVY/Gradle/... you add it to your project's dependencies (its on maven central and sonatype OSS):

    <dependency>
			<groupId>com.github.h0ru5.gwt</groupId>
			<artifactId>gwt-chromeapp</artifactId>
			<version>x.y.z</version>
	</dependency>

you also need to inherit it in your .gwt.xml:

    <inherits name="com.github.h0ru5.gwt.chromeapp" />

It will add a CSP-Safe (content security policy) linker based on xsi, allowing you to use GWT in chrome apps.

After compilation, you can include your *.nocache.js into your chrome app without having to sandbox it.

About

A CSP-conforming linker for GWT and a wrapper for the chrome.app.* libs

Resources

License

Stars

Watchers

Forks

Packages

No packages published