Stand-alone verison of Add-on Recommendation for Shield Study
Перейти к файлу
Mozilla-GitHub-Standards facd8881bb Add Mozilla Code of Conduct file
Fixes #96.

_(Message COC002)_
2019-04-01 22:04:56 +01:00
data/recommendation stronger domain matching using sdk/url 2016-08-17 13:10:38 -07:00
lib reset prefs with low-level library, remove incorrect simple storage code 2016-10-10 09:54:10 -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
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-04-01 22:04:56 +01: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 update version to 1.0.6 2016-10-24 09:43:04 -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.