Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

MozillaReality/webvr-addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published