MozillaReality / webvr-addon

Mozilla WebVR Plus browser extension for Firefox

Home Page:https://addons.mozilla.org/en-US/firefox/addon/mozilla-webvr-enabler/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mozilla WebVR Plus

Firefox extension that manages browser setting flags for optimal WebVR support, avoiding the need to make about:config changes.

The latest public version of this extension lives on addons.mozilla.org.

Development

We use jpm, which requires npm (brew install npm, if you're on OS X).

Then to install the Node dependencies:

npm install

Building

npm run xpi

Running

npm run run

Testing the .xpi without jpm

  1. If you'd like to test a generated .xpi with a different version/build of Firefox, you must first disable the check that allows only signed add-ons to be installed. In Firefox, open about:config and change xpinstall.signatures.required to false.
  2. Drag the generated .xpi from your file system onto any active browser window in Firefox.
  3. Click the "Install" button!

Publishing

To update this extension, first run this command:

npm run xpi

And then upload the new version to AMO.

About

Mozilla WebVR Plus browser extension for Firefox

https://addons.mozilla.org/en-US/firefox/addon/mozilla-webvr-enabler/

License:MIT License


Languages

Language:JavaScript 100.0%