fh-config.js 361 B

1234567891011
  1. config = {
  2. "hello-world": {
  3. "name": "Hello world!",
  4. "tips": "这是一个FH自定义工具的入门示例!一切都从Hello world开始,大家可体验,或下载后学习!",
  5. "icon": "웃",
  6. "noPage": true,
  7. "contentScriptJs": true,
  8. "contentScriptCss": true,
  9. "minVersion": "2020.02.0718"
  10. }
  11. }