Files
LittleWhiteBox/manifest.json

12 lines
317 B
JSON
Raw Normal View History

2026-01-18 16:03:46 +00:00
{
"display_name": "LittleWhiteBox",
"loading_order": 10,
"requires": [],
"optional": [],
2026-01-18 16:36:06 +00:00
"js": "index.js",
2026-01-18 16:03:46 +00:00
"css": "style.css",
"author": "biex",
"version": "2.4.0",
"homePage": "https://github.com/RT15548/LittleWhiteBox",
"generate_interceptor": "xiaobaixGenerateInterceptor"
2026-01-17 16:34:39 +08:00
}