Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

mozilla-rally/facebook-pixel-hunt

Repository files navigation

Facebook Pixel Hunt [DECOMMISSIONED]

status: In development

Requirements

This repository contains the code needed to build the Facebook Pixel Hunt Web Extension. This extension is a playtest version which only collects and stores data locally.

Quickstart

# install all dependencies
npm install

# run in developer aka "playtest" mode.
# this will run web-ext and listen for all input files, 
# and will rebuild and auto-reload for you.
npm run dev

# build the extension and output a .zip of the extension in ./web-ext-artifacts
npm run package

# build a "playtest" version extension and output a .zip of the extension in ./web-ext-artifacts
npm run package:developer

# run integration tests
npm run test:integration

The data collected by this study

See the Glean documentation for details.