Files
LittleWhiteBox/manifest.json

13 lines
318 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.5.0",
2026-01-18 16:03:46 +00:00
"homePage": "https://github.com/RT15548/LittleWhiteBox",
"generate_interceptor": "xiaobaixGenerateInterceptor"
}