Skip to content

Instantly share code, notes, and snippets.

@ochameau
ochameau / notification.js
Created April 27, 2012 17:07 — forked from gregglind/notification.js
example notifcationbox addon
"use strict";
const observer = require("observer-service");
const tabs = require("tabs");
const widgets = require("widget");
const { WindowTracker, isBrowser } = require('api-utils/window-utils');
var widget = widgets.Widget({
id: "mozilla-link",
label: "Mozilla website",