Examine source code of Side Note

Inspect and view changes in Side 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",
  "name": "Side Note",
  "version": "2.1",
  "description": "Instant note-taking",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_icon": {
      "16": "icons/logo-icon.png"
    },
    "default_popup": "popup.html"
  },
  "manifest_version": 3
}