Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 757 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 757 Bytes

AIID Widget Extension

Adds a button to the browser that opens the current web page in the AIID submission form.

To build:

npm run build

This will create build/chromium/, build/firefox/, and build/aiid-widget-web-ext.zip. The first of these can be loaded as an unpacked extension in chromium-derived browsers, and the latter two can be loaded as temporary add-on in Firefox.

Tests can be run with

npm run test

Currently this will test that the extension loads correctly in Chromium.