Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 886 Bytes

REVIEWER_README.md

File metadata and controls

42 lines (26 loc) · 886 Bytes

Reviewer Notes

Required Software

  • Node v14.17.1
  • npm v6.14.13

Setup

  • At root of source code provided, run:
npm install

After command complete, run

npm run build

Upon completion, all contents of the ./dist/ directory contains the contents of the submitted add-on.

Notes

Permission Usage:

User Data Permissions

The following requested permissions:

  • tabs
  • activeTab
  • <all_urls>

Are only utilized by the source code in the styleInjection directory. See content injection for context.

Browser Settings

The browserSettings is used only in the ./src/background/deviceThemeManager.ts, to set the overrideContentColorScheme to system. See Device Match mode for context.