Examine source code of Easy Note

Inspect and view changes in Easy Note 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",
  "manifest_version": 3,
  "name": "Easy Note",
  "description": "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome",
  "version": "1.3.1",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "clipboard"
  ],
  "action": {
    "default_icon": "icon.png",
    "default_popup": "tab.html"
  },
  "chrome_url_overrides": {
    "newtab": "tab.html"
  }
}