Stand-alone verison of Add-on Recommendation for Shield Study
Перейти к файлу
Gregg Lind 51522db8b7 Fix #89 onboarding seen more than once.
- remove dependency on simple-prefs (re: Kamyar)
- use loadReason rather than pref.
- add `test/test-recommend.js` to check some cases.  Not perfect at all.
2016-09-01 13:11:42 -05:00
data/recommendation stronger domain matching using sdk/url 2016-08-17 13:10:38 -07:00
lib Fix #89 onboarding seen more than once. 2016-09-01 13:11:42 -05:00
test Fix #89 onboarding seen more than once. 2016-09-01 13:11:42 -05:00
.eslintrc.yaml migrate to shield utils 2016-07-13 15:14:37 -07:00
.gitignore Add stylesheet for button, remove mouseover / mouseout 2016-08-17 10:17:08 -07:00
.jpmignore Remove extra files from xpi 2016-08-14 21:00:48 -07:00
LICENSE add license 2016-07-28 14:40:18 -07:00
README.md Create new npm scripts, update Readme 2016-08-05 10:31:00 -07:00
circle.yml Fix typo in testing 2016-08-05 17:13:15 -06:00
index.js Change study name for logging; change author name 2016-08-12 09:08:49 -07:00
package.json Fix #89 onboarding seen more than once. 2016-09-01 13:11:42 -05:00
sites.txt Add txt file with list of domains, Closes #70 2016-08-12 09:05:01 -07:00

README.md

Add-on Recommendation

Stand-alone add-on for use in Shield studies.

To build an XPI

$ npm run build

This will create @addon-recommendation-0.0.*.xpi, which you can install in Firefox.

Alternatively, use jpm run to have jpm start a new instance of Firefox with add-on loaded:

$ npm run styles
$ jpm run

To use

With the add-on installed, navigate to any of the domains listed in in data/recommendation/localData.json.

License

This add-on is licensed under the MPLv2. See the LICENSE file for details.