i am trying to open an index page from the popup page of a chrome extension. the new opened page should be a normal tab in the browse, i am currently using this line in popup.js but it is not working
chrome.tabs.create({ url: chrome.runtime.getURL("index.html") })