Inspect and view changes in Quick 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
{
"manifest_version": 3,
"name": "Quick Notes",
"description": "A modern, animated note-taking extension with customizable settings and a unique design.",
"version": "1.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_popup": "popup.html",
"default_title": "Quick Notes"
},
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "quicknotes@quicknotes.com",
"strict_min_version": "91.0"
}
}
}