Examine source code of Easy Notes Maker

Inspect and view changes in Easy Notes Maker 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Easy Notes Maker",
  "version": "1.0.0",
  "manifest_version": 3,
  "icons": {
    "16": "East.png",
    "48": "East.png",
    "128": "East.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "node_modules/@webcomponents/custom-elements/custom-elements.min.js",
        "content.js",
        "working.js"
      ]
    }
  ]
}