tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

background.js (181B)


      1 browser.notifications.create("cake-notification", {
      2  type: "basic",
      3  title: "Time for cake!",
      4  iconUrl: "https://example.com/img.svg",
      5  message: "Something something cake",
      6 });