Stand-alone verison of Add-on Recommendation for Shield Study
Перейти к файлу
Benton Case 04b24aa843 Merge pull request #85 from mozilla/remove-mouseover
clean up build script
2016-08-17 11:12:31 -07:00
data/recommendation Merge pull request #81 from mozilla/xss 2016-08-17 10:35:16 -07:00
lib Merge pull request #81 from mozilla/xss 2016-08-17 10:35:16 -07:00
test wrote basic tests, restructured code for easier testing 2016-07-25 09:22:49 -07: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 Merge pull request #85 from mozilla/remove-mouseover 2016-08-17 11:12:31 -07: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.