Examine source code of My-Notes

Inspect and view changes in My-Notes 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
{
  "background": {
    "service_worker": "background.b651a8c473665e1ff0b5.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "My-Notes"
  },
  "options_page": "options.html",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "description": "My-Notes - Put your story into notes...",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvRhUkQg/lNTXEWhZ4wsyN/1b6l9hrkxBtwepF2ApIW9oXXNZ+r5e3vlxVgBgUwjyR2FLtbl0ohk+zR7y+GjBOMs1VKMBZ8Ue/HLtY2KSUzVOf5UQNXzNvxHLEc/ASPiawx9TlcO4KaXuz0q+NG5b/Fq4M/D7Uy2YzGcZ299OARAZd1yP919e5S8P//WZzGKhebSdQwl60THe0221Oh5W62PHO475/vTTlNldOyInj9P1a78U53fneGN0TWtwKdFQo+RcutAukb37K1bS4t/GgHx6fNOhf0y8JChxHtBKpwhj3MjVR8t0gfdcCq/ZdikGfjBw07G78cd/hZ5ix2RTLQIDAQAB",
  "manifest_version": 3,
  "minimum_chrome_version": "109",
  "name": "My-Notes",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "alarms",
    "storage",
    "unlimitedStorage",
    "identity",
    "offscreen",
    "idle"
  ],
  "oauth2": {
    "client_id": "1061764704231-v23d3a6ngk8rv6ius8nnq5mqg59etqqt.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.file",
      "https://www.googleapis.com/auth/drive.file"
    ]
  },
  "version": "2.1.2"
}