Inspect and view changes in Note Now 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": "Note Now",
"version": "2.0.1",
"description": "Quickly Take Notes with One Click",
"manifest_version": 3,
"background": {
"service_worker": "service_worker.js"
},
"action": {
"default_icon": "./img/48x48.png",
"default_popup": "popup.html"
},
"icons": {
"16": "./img/16x16.png",
"48": "./img/48x48.png",
"128": "./img/128x128.png"
}
}