Socket
Socket
Sign inDemoInstall

hwa

Package Overview
Dependencies
16
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hwa

Hosted Web App Launcher


Version published
Weekly downloads
15
decreased by-42.31%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

hwa

Basic Usage

Launch a Windows 10 Hosted Web App pointing to http://example.com. Note that the protocol (e.g. http:// or https://) is required:

hwa http://example.com

hwa will automatically detect if you are pointing to localhost and will require admin privileges for a loopback exemption.

Launch the Windows 10 Testbed App

hwa

Programmatic access

There are two functions exported with hwa, updateStartpage() and registerApp().

To update the manifest's startpage:

var hwa = require('hwa');
hwa.updateStartpage('http://example.com');

To launch the app:

hwa.registerApp();

To specify your own manifest:

var path = require('path');
var hwa = require('hwa');
hwa.registerApp(path.resolve('path/to/manifest'));

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

FAQs

Last updated on 06 Jul 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc