StickyNotes Web Firefox

Examine source code of StickyNotes Web

Inspect and view changes in StickyNotes Web source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "StickyNotes Web",
  "version": "1.2.9",
  "description": "Add persistent sticky notes to any webpage. Press Shift+` to create a new note.",
  "browser_specific_settings": {
    "gecko": {
      "id": "stickynotes-web@extension",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "master.html",
    "master.js",
    "spawn.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best StickyNotes Web Alternatives

Here are some Firefox add-ons that are similar to StickyNotes Web: