Virtual Sticky Notes Firefox

Examine source code of Virtual Sticky Notes

By: U88 8
Inspect and view changes in Virtual Sticky Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Virtual Sticky Notes",
  "version": "1.0",
  "description": "Create and manage sticky notes directly in your browser.",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "{f6307485-44fc-4216-b694-9f9b0dddcaf0}"
    }
  }
}

Best Virtual Sticky Notes Alternatives

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