Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.03 KB

Macro

Shortcuts for the web.

Plugin System

Macro aims to provide an open-source plugin system to crowdsource custom shortcuts for all popular websites. We've designed Macro's architecture to be as decoupled as possible, making it simple for any developer to start a new plugin, integrate it with Macro, and get it into user's hands.

This is an upcoming feature for Macro. Support for new plugins will be added as Macro scales to support more of the web.

Local Development

  1. yarn install
  2. webpack --watch

Production

webpack --optimize-minimize

Shortcut configuration file

All shortcut configuration files are stored within a JSON file. The naming convention for all configuration files is {domain-name}.json. For example, example.com is example.com.json. This is to ensure that there are no naming collisions between configuration files.

Learn more here: https://github.com/UseMacro/macro-data

Data Policy

Read our data policy here: https://github.com/UseMacro/macro-chrome-extension/blob/master/data-policy.md