Inspect and view changes in 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Notes",
"description": "You can use this Notes extension for daily usage securely.",
"version": "1.0.1",
"manifest_version": 3,
"action": {
"default_title": "Notes",
"default_popup": "popup.html",
"default_icon": {
"16": "/logo/notes-16X16.png",
"32": "/logo/notes-32X32.png",
"48": "/logo/notes-48X48.png",
"128": "/logo/notes-128X128.png"
}
}
}