byteyilabs / yi-note

YiNote browser extension - online video note taking tool
https://www.yinote.co
GNU General Public License v3.0
354 stars 49 forks source link

how to generate manifest.json #78

Open liutiming opened 3 years ago

liutiming commented 3 years ago

Hi I am quite new to extension development but I am willing to provide some functionalities where I can. The repo did not come with a manifest.json. How can we produce one for testing? Thanks a lot!

shuowu commented 3 years ago

Thanks for your interest in contributing to this project! This repo is a js monorepo managed by lerna, you can find extension related code under packages/extension.

Per how manifest.json is generated, check webpack files under the extension folder.