https://github.com/mozilla/fx-share-addon
INACTIVE - http://mzl.la/ghe-archive - new addon version from fx-share branch
https://github.com/mozilla/fx-share-addon
inactive unmaintained
Last synced: 9 months ago
JSON representation
INACTIVE - http://mzl.la/ghe-archive - new addon version from fx-share branch
- Host: GitHub
- URL: https://github.com/mozilla/fx-share-addon
- Owner: mozilla
- Archived: true
- Created: 2011-06-22T23:21:53.000Z (about 15 years ago)
- Default Branch: develop
- Last Pushed: 2019-03-28T03:45:53.000Z (over 7 years ago)
- Last Synced: 2025-08-26T13:05:31.059Z (11 months ago)
- Topics: inactive, unmaintained
- Language: JavaScript
- Homepage:
- Size: 1.1 MB
- Stars: 14
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The branch you are looking at is an effort towards getting Firefox Share working
with the [Open Web Apps](https://apps.mozillalabs.com/) infrastructure.
PreRequisite
===============
* Firefox
* Python
* Git
* make
Getting setup
=====================
To pull and run fx-share addon:
git clone https://github.com/mozilla/fx-share-addon
cd fx-share-addon
make pull
make run
You can build an xpi:
make xpi
You can run the tests:
make test
If you want to run (using make run) in a specific profile:
OWA_PROFILE=/path/to/firefox/profile make run
Tests cannot be run in a specific profile.
Prepare your firefox profile
-----------------------------
You probably want a test firefox profile so open up the [Profile Manager](http://kb.mozillazine.org/Profile_manager).
In the Mac:
/Applications/Firefox.app/Contents/MacOS/firefox -ProfileManager
On Windows:
firefox.exe -P
In the profile manager, create a profile with the name `fxsharetest`, then exit the profile manager.