Skip to content

Instantly share code, notes, and snippets.

@kushsolitary
Created June 18, 2013 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kushsolitary/5806825 to your computer and use it in GitHub Desktop.
Save kushsolitary/5806825 to your computer and use it in GitHub Desktop.
Created using Inkpen - http://inkpen.in
<access origin=http://127.0.0.1*/> <!-- allow local pages -->

<!-- <access origin=https://example.com /> allow any secure requests to example.com -->
<!-- <access origin=https://example.com subdomains=true /> such as above, but including subdomains, such as www -->
<access origin=.*/>

<!-- <content src=http://mysite.com/myapp.html /> for external pages -->
<content src=main.html />

<log level=DEBUG/>
<preference name=useBrowserHistory value=true />
<preference name=exit-on-suspend value=true />
<preference name=fullscreen value=true />
<preference name=orientation value=portrait />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment