1
0
This repository has been archived on 2026-04-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
chromium-options_ui-bug/manifest.json
T
2025-05-02 07:39:05 +03:00

10 lines
157 B
JSON

{
"manifest_version": 3,
"name": "Extension options bug demo",
"version": "1.0.0",
"options_ui": {
"open_in_tab": false,
"page": "options.html"
}
}