Team Sticky Notes Firefox

Examine source code of Team Sticky Notes

Inspect and view changes in Team Sticky Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_app_name__",
  "version": "1.7",
  "manifest_version": 2,
  "description": "__MSG_app_description__",
  "default_locale": "en",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "tabs",
    "*://*/"
  ],
  "web_accessible_resources": [
    "images/*",
    "note/*",
    "js/jquery*",
    "fonts/*",
    "views/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/lib/jquery.min.js",
        "js/lib/jquery-ui.min.js",
        "js/noteoverlay/messaging.js",
        "js/noteoverlay/noteui.js",
        "js/noteoverlay/content.js"
      ],
      "css": [
        "css/css-reset.css",
        "css/font-awesome.min.css",
        "css/jquery-ui.css",
        "css/notes.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/bicon16.png",
      "24": "images/bicon24.png",
      "32": "images/bicon32.png"
    },
    "default_title": "__MSG_browseraction_title__",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "js/lib/jquery.min.js",
      "js/background/message-listener.js",
      "js/background/tsnapi.js",
      "js/background/notify.js",
      "js/background/storage.js",
      "js/background/background.js"
    ],
    "persistent": true
  },
  "options_page": "control-panel/control.html"
}

Best Team Sticky Notes Alternatives

Here are some Firefox add-ons that are similar to Team Sticky Notes: