Paper: New tab notebook Firefox

Examine source code of Paper: New tab notebook

Inspect and view changes in Paper: New tab notebook source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Paper: New tab notebook",
  "version": "2.2",
  "description": "Clean, simple interface to write notes",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "note.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "paper-firefox-addon@test.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "background.js"
      ]
    }
  ]
}

Best Paper: New tab notebook Alternatives

Here are some Firefox add-ons that are similar to Paper: New tab notebook: