Перейти к файлу
Fredrik Wollsén 3ba5224819 Using dist/ as build output directory 2018-04-25 09:36:30 -05:00
.circleci Fix #3: CircleCI 2017-11-15 19:57:16 -06:00
dist Using dist/ as build output directory 2018-04-25 09:36:30 -05:00
docs Npm commands restored (using web-ext) 2018-04-25 09:36:30 -05:00
src Renamed webextension source directory to src 2018-04-25 09:36:30 -05:00
test Not setting shield.testing.logging.level since it may not be relevant after recent bootstrap.js updates 2018-03-09 23:23:16 +02:00
.eslintignore Renamed webextension source directory to src 2018-04-25 09:36:30 -05:00
.eslintrc.js Two nits 2018-04-25 09:36:30 -05:00
.gitignore Renamed webextension source directory to src 2018-04-25 09:36:30 -05:00
DEV.md Moved majority of docs from readme to DEV and TESTPLAN, making the readme lean and easy to overview 2018-04-25 09:36:30 -05:00
LICENSE Added default license file to template 2018-03-09 23:23:16 +02:00
README.md Let readme reflect the current conversion to web extension experiments 2018-04-25 09:36:30 -05:00
TESTPLAN.md Moved majority of docs from readme to DEV and TESTPLAN, making the readme lean and easy to overview 2018-04-25 09:36:30 -05:00
package-lock.json Version bump to 1.3.0 and updated package-lock.json 2018-03-09 23:23:16 +02:00
package.json Using web-ext-config.js simplifies commands drastically 2018-04-25 09:36:30 -05:00
web-ext-config.js Using dist/ as build output directory 2018-04-25 09:36:30 -05:00

README.md

Shield Study Web Extension Template

CircleCI badge

Important notice

We are moving to Web Extensions

This is a work in progress branch for supporting a pure Web Extension workflow in this template.

About This Repository

Note: This contains an example Shield Study Web Extension. Use this as a template for yours.

Seeing the add-on in action

See TESTPLAN.md for more details on how to get the add-on installed and tested.

Data Collected / Telemetry Pings

Measure:

  • Button (BrowserAction) usage.

See TELEMETRY.md for more details on what pings are sent by this add-on.

Analyzing data

Telemetry pings are loaded into S3 and re:dash. Sample query:

Improving this add-on

See DEV.md for more details on how to work with this add-on as a developer.