Closed gilliganeric closed 4 years ago
Adds build system that auto generates chrome and Firefox builds / releases. Uses a "master" manifest (manifest.master.json) containing common manifest data under the common key, and browser-specific data under the browser's key (firefox, chrome)
manifest.master.json
common
firefox
chrome
Closes #43
@kylemrtnez Review by following the new Development instructions in README.md
Development
README.md
Adds build system that auto generates chrome and Firefox builds / releases. Uses a "master" manifest (
manifest.master.json
) containing common manifest data under thecommon
key, and browser-specific data under the browser's key (firefox
,chrome
)Closes #43