In manifest_version 3 use this
`chrome.action.onClicked.addListener((tab) => { chrome.tabs.create({ url: "your_html_.html" }); })`