Files
LittleWhiteBox/manifest.json

15 lines
334 B
JSON
Raw Normal View History

2025-12-21 01:47:38 +08:00
{
"display_name": "LittleWhiteBox",
"loading_order": 10,
"requires": [],
"optional": [],
"js": "index.js",
"css": "style.css",
"author": "biex",
2026-01-19 23:13:10 +08:00
"version": "2.4.0",
2026-01-19 23:23:58 +08:00
"homePage": "https://github.com/RT15548/LittleWhiteBox",
2026-01-18 20:29:09 +08:00
"generate_interceptor": "xiaobaixGenerateInterceptor"
2026-01-19 23:13:10 +08:00
}
2026-01-19 23:23:58 +08:00