Files
Oliver Dunk 8cf0e9a827 Fix linter error and run on PRs (#1447)
Fixes a linter error in the `identity` API sample, and updates the
linter to run on all PRs going forward.
2025-03-31 15:17:58 +02:00

7 lines
117 B
JavaScript
Executable File

chrome.action.onClicked.addListener(() => {
chrome.tabs.create({
active: true,
url: 'index.html'
});
});