Files
LittleWhiteBox/manifest.json

12 lines
326 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 15:23:43 +08:00
"version": "2.4.4",
"homePage": "https://github.com/EVA09/LittleWhiteBox",
2026-01-18 20:29:09 +08:00
"generate_interceptor": "xiaobaixGenerateInterceptor"
2026-01-19 15:23:43 +08:00
}