Files
LittleWhiteBox/manifest.json

13 lines
272 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",
2025-12-21 02:16:40 +08:00
"version": "2.3.1",
2025-12-21 01:47:38 +08:00
"homePage": "https://github.com/RT15548/LittleWhiteBox"
2025-12-21 02:16:40 +08:00
}