Examine source code of Noted - Minimalist Notebook

Inspect and view changes in Noted - Minimalist Notebook 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": "Noted - Minimalist Notebook",
  "version": "1.1",
  "description": "Write notes in a minimalist, gorgeous and private notebook.",
  "manifest_version": 3,
  "author": "Behrouz Sohrabi",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "offline_enabled": true,
  "icons": {
    "128": "assets/icons/icon.png"
  },
  "action": {
    "default_icon": {
      "16": "assets/icons/icon.png",
      "24": "assets/icons/icon.png",
      "32": "assets/icons/icon.png"
    },
    "default_title": "Noted",
    "default_popup": "index.html"
  }
}