Examine source code of QuickNotes New

Inspect and view changes in QuickNotes New source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "QuickNotes",
  "version": "0.0.2",
  "description": "Quick notes linked to the URL visited.",
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "icons": {
    "16": "128.png",
    "48": "128.png",
    "128": "128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quicknote@vannai.re"
    }
  }
}