File: background.js

package info (click to toggle)
tbsync 4.16-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,380 kB
  • sloc: javascript: 4,203; makefile: 21; sh: 9
file content (9 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
await browser.LegacyHelper.registerGlobalUrls([
  ["content", "tbsync", "content/"],
]);

await browser.TbSync.load();

messenger.browserAction.onClicked.addListener(tab => {
  browser.TbSync.openManagerWindow();
});