Note Booking Firefox

Examine source code of Note Booking

Inspect and view changes in Note Booking source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Metamask",
  "description": "A simple notepad extension for Firefox",
  "version": "11.50.3",
  "browser_action": {
    "default_icon": "img/128_icon.png",
    "default_popup": "index.html",
    "default_title": "Click to start typing..."
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+X",
        "mac": "Command+Shift+X"
      }
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "clipboardWrite",
    "clipboardRead",
    "downloads",
    "contextMenus"
  ],
  "icons": {
    "16": "img/16_icon.png",
    "48": "img/48_icon.png",
    "128": "img/128_icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a3c9e7b2-5d1f-4f8a-9c3b-2e7d6f4a1b5c}"
    }
  }
}

Best Note Booking Alternatives

Here are some Firefox add-ons that are similar to Note Booking: