function openPage() {
  browser.tabs.create({
    url: "/fr/index.html"
  });
}

browser.browserAction.onClicked.addListener(openPage);