agricola-chrome-plugin/ ├── plugin/ # Chrome 扩展 │ ├── manifest.json # 扩展配置 │ ├── content.js # 主逻辑脚本 │ ├── styles.css # 样式文件 │ ├── cards.json # 卡牌数据 │ └── authors.json # 评级作者信息 │ ├── web/ # Web 独立应用 │ ...
Build Chrome extensions using Rollup, with minimal configuration. Use manifest.json as the input. Every file in the manifest will be bundled or copied to the output ...